document.write( "Question 118600: find a 2 digit number whose tens digit is 3 less than the units digit. The
\n" );
document.write( "orginal number is 6 more than 4 times the sum of the digit \n" );
document.write( "
Algebra.Com's Answer #86766 by wgunther(43)![]() ![]() ![]() You can put this solution on YOUR website! So, let a be the tens digit, and b be the unit digit.\r \n" ); document.write( "\n" ); document.write( "a+3=b \n" ); document.write( "10a+b=6+4(a+b)\r \n" ); document.write( "\n" ); document.write( "So, putting this in a workable form\r \n" ); document.write( "\n" ); document.write( "a-b=-3 \n" ); document.write( "6a-3b=6\r \n" ); document.write( "\n" ); document.write( "
|