Solution: Find the letter
This is the solution to find the letter.
The numbers corresponding to the convex objects are
parallelogram = 1
rectangle = 2
circle = 3
triangle = 4
overlapping area operation is addition.
The encryption algorithm for conversion of numbers to letters is
n*7(mod26)
so the answer is
(2+3+4)*7 (mod26)= 11 ~ k in alphabet
The numbers corresponding to the convex objects are
parallelogram = 1
rectangle = 2
circle = 3
triangle = 4
overlapping area operation is addition.
The encryption algorithm for conversion of numbers to letters is
n*7(mod26)
so the answer is
(2+3+4)*7 (mod26)= 11 ~ k in alphabet
Comments
Post a Comment