document.write( "Question 76046This question is from textbook Algebra 1 Expressions, Equations, and Applications
\n" );
document.write( ": A two-digit number is five times its units digit. If the digits are reversed, the resulting number is 27 more than the original number. What is the original number? \n" );
document.write( "
Algebra.Com's Answer #54603 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Let x = the 10's digit; Let y = the units digit \n" ); document.write( ": \n" ); document.write( "\"A two-digit number is five times its units digit.\" says: \n" ); document.write( "10x + y = 5y \n" ); document.write( "10x = 5y - y \n" ); document.write( "10x = 4y \n" ); document.write( "x = 4/10y \n" ); document.write( "x = .4y \n" ); document.write( ": \n" ); document.write( "\" If the digits are reversed, the resulting number is 27 more than the original number.\" \n" ); document.write( "10y + x = 10x + y + 27 \n" ); document.write( "10y - y = 10x - x + 27 \n" ); document.write( "9y = 9x + 27 \n" ); document.write( ": \n" ); document.write( "y = x + 3; simplified, divided by 9 \n" ); document.write( "; \n" ); document.write( "What is the original number? \n" ); document.write( ": \n" ); document.write( "Substitute .4y for x in y = x + 3, solve for y \n" ); document.write( "y = .4y + 3 \n" ); document.write( "y - .4y + 3 \n" ); document.write( ".6y = 3 \n" ); document.write( "y = 3/.6 \n" ); document.write( "y = 5 \n" ); document.write( ": \n" ); document.write( "x = .4y \n" ); document.write( "x = .4(5) \n" ); document.write( "x = 2 \n" ); document.write( ": \n" ); document.write( "Original number is 25 \n" ); document.write( ": \n" ); document.write( "(which is 5 times 5) \n" ); document.write( " |