143k views
0 votes
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z**If CMYK = 104, OUTPUT = 226 and RAM = 64.What is the value of BITMAP?

User Sortega
by
5.1k points

1 Answer

3 votes

To answer this question, we will Assign each letter a value relative to its position in the alphabet, let us show this through a picture

Now we have to discover with this encoding, how we can satisfy the following relations:


\begin{gathered} CMYK=3\odot13\odot25\odot11=104 \\ \\ OUTPUT=15\odot21\odot20\odot16\odot21\odot20=226 \\ \\ RAM=18\odot1\odot13=64\therefore \end{gathered}

where the symbols


\odot

represent some arithmetic operation that we must discover.

Note that if we sum, the numbers we get


CMYK=2*(3+13+25+11)=2*52=104

that is, to decoding this operation, we have to add the numbers and then multiply the result by 2. So the result of the code BITMAP is


BITMAP=2*(2+9+20+13+1+16)=122

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z**If CMYK = 104, OUTPUT = 226 and-example-1
User Kevin Kibler
by
4.3k points