document.write( "Question 1111472: Mrs.Rossi wrote the following clues for a mystery numbers
\n" );
document.write( "it is a 4-digit number
\n" );
document.write( "the tens are double the ones
\n" );
document.write( "the thousands are double the tens
\n" );
document.write( "the sum of the digits is 19
\n" );
document.write( " what number is it \n" );
document.write( "
Algebra.Com's Answer #726478 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Mrs.Rossi wrote the following clues for a mystery numbers \n" ); document.write( "it is a 4-digit number = a10^3+b10^2+c10+d \n" ); document.write( "-------------------------------- \n" ); document.write( "the tens are double the ones: c = 2d \n" ); document.write( "----------------------------------------- \n" ); document.write( "the thousands are double the tens:: a = 2c = 4d \n" ); document.write( "-------------------------------------------------- \n" ); document.write( "the sum of the digits is 19 :: a + b + c + d = 19 \n" ); document.write( "-------------------------------------- \n" ); document.write( "what number is it? \n" ); document.write( "---- \n" ); document.write( "Substitute for a and c to get: \n" ); document.write( "4d + b + 2d + d = 19 \n" ); document.write( "b + 7d = 19 \n" ); document.write( "--- \n" ); document.write( "d = 2 ; b = 5 ; a = 4 ; a = 8 \n" ); document.write( "Ans:: 8542 \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "---------- \n" ); document.write( " |