document.write( "Question 924002: 25. The sum of the tens and hundreds digits of a three-digit number is 12. The units digit is 0. If the tens and hundreds digits were interchanged, the number would be increased by 540. Find the original number.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #560531 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Let 100x+10y+0 be the number \n" ); document.write( "We are told that: \n" ); document.write( "x+y=12---eq1 \n" ); document.write( "We are also told that: \n" ); document.write( "100y+10x+0=100x+10y+0+540 \n" ); document.write( "90x-90y=-540 \n" ); document.write( "x-y=-6---------eq2\r \n" ); document.write( "\n" ); document.write( "add eq1 and eq2 \n" ); document.write( "2x=6 \n" ); document.write( "x=3------ the 100s digit \n" ); document.write( "substitute x=3 in eq2: \n" ); document.write( "3-y=-6 \n" ); document.write( "y=9 -----the 10s digit \n" ); document.write( "Sooo the original number is 390\r \n" ); document.write( "\n" ); document.write( "CK \n" ); document.write( "3+9=12 \n" ); document.write( "12=12 \n" ); document.write( "930=390+540 \n" ); document.write( "930=930\r \n" ); document.write( "\n" ); document.write( "Hope this helps----ptaylor \n" ); document.write( " \n" ); document.write( " |