document.write( "Question 461963: A boy forgot his PIN CODE which is composed of 5 digits, but luckily he remembered some hints how to remember the password. Here are those clues.\r
\n" );
document.write( "\n" );
document.write( "1. First digit is equal to the square of the second digit.
\n" );
document.write( "2. Second plus the third is equal to 10.
\n" );
document.write( "3. Fourth digit is equal to second plus 1.
\n" );
document.write( "4. Fifth plus third digit make 14; and
\n" );
document.write( "5. Sum of all the five digits of the PIN is 30.\r
\n" );
document.write( "\n" );
document.write( "What now is the pin code? \n" );
document.write( "
Algebra.Com's Answer #316739 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! 1. First digit is equal to the square of the second digit. \n" ); document.write( "2. Second plus the third is equal to 10. \n" ); document.write( "3. Fourth digit is equal to second plus 1. \n" ); document.write( "4. Fifth plus third digit make 14; and \n" ); document.write( "5. Sum of all the five digits of the PIN is 30. \n" ); document.write( "What now is the pin code? \n" ); document.write( "--------------------------------------- \n" ); document.write( "Equations: \n" ); document.write( "f = s^2 \n" ); document.write( "s + d = 10 \n" ); document.write( "t = s+1 \n" ); document.write( "h + d = 14 \n" ); document.write( "f + s + d + t + h = 30 \n" ); document.write( "---- \n" ); document.write( "s^2 + s + (10-s) + (s+1) + (14-(10-s)) = 30 \n" ); document.write( "--- \n" ); document.write( "s^2 +2s +15 = 30 \n" ); document.write( "s^2 + 2s - 15 = 0 \n" ); document.write( "Factor: \n" ); document.write( "(s-5)(s+3) = 0 \n" ); document.write( "Positive solution: \n" ); document.write( "s = 5 \n" ); document.write( "----- \n" ); document.write( "first = 25 (note: that is not a single digit) \n" ); document.write( "second = 5 \n" ); document.write( "third = 10-s = 5 \n" ); document.write( "fourth = 6 \n" ); document.write( "fifth = 9 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |