document.write( "Question 139578: The units digit of a number is 4 more than the tens digit. If the digits are reversed, the new number is 1 less than twice the origional number. Use a system of equations and substitution to find the number.\r
\n" );
document.write( "\n" );
document.write( "I need to know how to set up the system of equations for this problem and what steps to take to solve it. Thank you. \n" );
document.write( "
Algebra.Com's Answer #101774 by oscargut(2103) You can put this solution on YOUR website! Let the number ab \n" ); document.write( "The units digit of a number is 4 more than the tens digit\r \n" ); document.write( "\n" ); document.write( "then b=a+4\r \n" ); document.write( "\n" ); document.write( "If the digits are reversed, the new number is 1 less than twice the origional number. \n" ); document.write( "The number with the digits reversed is ba\r \n" ); document.write( "\n" ); document.write( "then 10b+a=2(10a+b)-1\r \n" ); document.write( "\n" ); document.write( "substitute in the last equation \n" ); document.write( "then\r \n" ); document.write( "\n" ); document.write( "10(a+4)+a=2(10a+(a+4))-1 \n" ); document.write( "11a+40=20a+2(a+4)-1 \n" ); document.write( "11a+40=22a+7 \n" ); document.write( "-11a=-33 \n" ); document.write( "a=3 \n" ); document.write( "b=7\r \n" ); document.write( "\n" ); document.write( "Answer: the number is 37\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |