Question:

If the word "GIFT" is coded using A=1, B=2, ..., Z=26, and each letter’s value is squared, what is the sum of the coded values?

Show Hint

In coding problems, ensure the operation (e.g., squaring) is applied correctly to each letter’s value.

Updated On: May 29, 2025
  • \( 566 \) 
     

  • \( 216 \)
  • \( 234 \)
  • 252 
     

Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

To solve the problem of finding the sum of the coded values for the word "GIFT" using the code A=1, B=2, ..., Z=26, and squaring each letter's value, follow these steps:
  • Calculate the numerical value for each letter:
    • G = 7
    • I = 9
    • F = 6
    • T = 20
  • Square each numerical value:
    • G: \(7^2 = 49\)
    • I: \(9^2 = 81\)
    • F: \(6^2 = 36\)
    • T: \(20^2 = 400\)
  • Add the squared values together: \(49 + 81 + 36 + 400 = 566\)
Thus, the sum of the coded values is 566.
Was this answer helpful?
3
0