+0  
 
0
741
2
avatar

The letters of the alphabet are given numeric values based on the two conditions below.

 Only the numeric values of  -2,-1,0,1 and 2 are used.

 Starting with A and going through Z, a numeric value is assigned to each letter according to the following pattern:
1,2,1,0,-1,-2,-1,0,1,2,1,0,-1,-2,-1,0 etc.

Two complete cycles of the pattern are shown above. The letter A has a value of 1, B has a value of 2, F has a value of -2 ,and Z has a value of 2 What is the sum of the numeric values of the letters in the word ``numeric''?

 Oct 19, 2020
 #1
avatar
+2

a=1;b=2;c=1;d=0;e=-1;f=-2;g=-1;h=0;i=1;j=2;k=1;l=0;m=-1;n=-2;o=-1;p=0;q=1;r=2;s=1;t=0;u=-1;v=-2;w=-1;x=0;y=1;z=2;

this pattern reminds me of waves in osu mania

so the answer would be:

-2+-1+-1+-1+2+1+1

 

thus,

 

 

 

 

-1 is the answer

 Oct 19, 2020
 #2
avatar
0

happy to help

Guest Oct 19, 2020

1 Online Users

avatar