document.write( "Question 141497This question is from textbook Prentice hall algebra 1
\n" );
document.write( ": How do I solve using two equations with two variables?\r
\n" );
document.write( "\n" );
document.write( "The sum of the digits of a two-digit number is 11. If 27 is added to the number, the digits will be reversed. Find the number. \n" );
document.write( "
Algebra.Com's Answer #103130 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Let x = the 10's digit \n" ); document.write( "Let y = the units digit \n" ); document.write( ": \n" ); document.write( "10x + y = \"the number\" \n" ); document.write( ": \n" ); document.write( "Just write an equation for what it says: \n" ); document.write( ": \n" ); document.write( "\"The sum of the digits of a two-digit number is 11.\" \n" ); document.write( "x + y = 11 \n" ); document.write( "y = (11-y); use for substitution \n" ); document.write( ": \n" ); document.write( "\"If 27 is added to the number, the digits will be reversed.\" \n" ); document.write( "10x + y + 27 = 10y + x \n" ); document.write( ": \n" ); document.write( "10x - x + 27 = 10y - y \n" ); document.write( ": \n" ); document.write( "9x + 27 = 9y \n" ); document.write( "; \n" ); document.write( "Simplify, divide equation by 9 \n" ); document.write( "x + 3 = y \n" ); document.write( ": \n" ); document.write( " Find the number. \n" ); document.write( ": \n" ); document.write( "Substitute (11-x) for y in the above equation: \n" ); document.write( "x + 3 = 11 - x \n" ); document.write( ": \n" ); document.write( "x + x = 11 - 3 \n" ); document.write( ": \n" ); document.write( "2x = 8 \n" ); document.write( "x = \n" ); document.write( "x = 4 \n" ); document.write( "Then \n" ); document.write( "y = 11 - y \n" ); document.write( "y = 7 \n" ); document.write( ": \n" ); document.write( "Our number: 47 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution in the statement: \n" ); document.write( "\"If 27 is added to the number, the digits will be reversed.\" \n" ); document.write( " 47 + 27 = 74; confirms our solutions \n" ); document.write( ": \n" ); document.write( "did this make sense to you, not that hard, right? \n" ); document.write( " |