document.write( "Question 492431: each of my five digits is 1 more than the digit to its left. the sum of my digits is 20. what number am i?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #335066 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! each of my five digits is 1 more than the digit to its left. the sum of my digits is 20. what number am i? \n" ); document.write( ": \n" ); document.write( "Let n = the number on the far left \n" ); document.write( "then \n" ); document.write( "(n+1) = the 2nd number \n" ); document.write( "(n+2) = the 3rd number \n" ); document.write( "(n+3) = the 4th number \n" ); document.write( "(n+4) = the 5 number \n" ); document.write( ": \n" ); document.write( "n + (n+1) + (n+2) + (n+3) + (n+4) = 20 \n" ); document.write( "5n + 10 = 20 \n" ); document.write( "5n = 20 -10 \n" ); document.write( "5n = 10 \n" ); document.write( "n = 2, \n" ); document.write( ": \n" ); document.write( "The number: 23456 \n" ); document.write( " |