document.write( "Question 1174157: Mary uses a secret code to write messages. First she translates each letter of the alphabet into a number based on its position in the alphabet, so that A = 1, B = 2, C = 3, and so on. Then she multiplies this number by her favorite number and adds her mother's favorite number. Using her secret code, F becomes 41 and T becomes 83.\r
\n" );
document.write( "\n" );
document.write( "Find what number M becomes.\r
\n" );
document.write( "\n" );
document.write( "What are Mary's favorite number and her mother's favorite number? \n" );
document.write( "
Algebra.Com's Answer #799557 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let x = Mary's favorite number \n" ); document.write( "Let y = Mom's favorite number \n" ); document.write( "The general formula for the encoded number is x*n + y, where n is the number's \n" ); document.write( "position in the alphabet \n" ); document.write( "41 = 6x + y \n" ); document.write( "83 = 20x + y \n" ); document.write( "Subtract the 1st from the 2nd: \n" ); document.write( "42 = 14x -> x = 3 \n" ); document.write( "Thus y = 41 - 6*3 = 23 \n" ); document.write( "Therefore M = 13*3 + 23 = 62\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |