document.write( "Question 477813: A TWO DIGIT NUMBER IS 7 TIMES THE SUM OF THE DIGITS. THE DIGITS GET INTERCHANGED IF 27 IS SUBTRACTED FROM THE NUMBER. FIND THE NUMBER \n" ); document.write( "
Algebra.Com's Answer #327430 by Theo(13342)![]() ![]() You can put this solution on YOUR website! your 2 digits are x and y \n" ); document.write( "10x + y = 7(x+y) is your first equation \n" ); document.write( "10x + y - 27 = 10y + x is your second equation. \n" ); document.write( "you need to solve these 2 equations simultaneously to get your answer. \n" ); document.write( "before doing that, simplify each equation to get: \n" ); document.write( "10x + y = 7(x+y) becomes: \n" ); document.write( "10x + y = 7x + 7y \n" ); document.write( "subtract 7x from both sides of the equation and subtract 7y from both sides of the equation to get: \n" ); document.write( "3x - 6y = 0 \n" ); document.write( "hold on to that for now. \n" ); document.write( "10x + y - 27 = 10y + x is your second equation. \n" ); document.write( "add 27 to both sides of that equation and subtract 10y from both sides of the equation and subtract x from both sides of the equation to get: \n" ); document.write( "9x - 9y = 27 \n" ); document.write( "hold on to that for now. \n" ); document.write( "your 2 equations after being simplified are: \n" ); document.write( "3x - 6y = 0 \n" ); document.write( "9x - 9y = 27 \n" ); document.write( "multiply both sides of the first equation by 3 to get: \n" ); document.write( "9x - 18y = 0 \n" ); document.write( "9x - 9y = 27 \n" ); document.write( "subtract the first equation from the second equation to get: \n" ); document.write( "9y = 27 \n" ); document.write( "divide both sides of this equation by 9 to get: \n" ); document.write( "y = 3 \n" ); document.write( "substitute for y in the first equation of 3x - 6y = 0 to get: \n" ); document.write( "3x - 18 = 0 \n" ); document.write( "add 18 to both sides of this equation to get: \n" ); document.write( "3x = 18 \n" ); document.write( "divide both sides of this equation by 3 to get: \n" ); document.write( "x = 6 \n" ); document.write( "your answers appear to be: \n" ); document.write( "x = 6 \n" ); document.write( "y = 3 \n" ); document.write( "your first original equation says: \n" ); document.write( "10x + y = 7(x+y) \n" ); document.write( "substitute for x and y to get: \n" ); document.write( "63 = 7(9) \n" ); document.write( "this becomes 63 = 63 which is true, so the value for x and y plugged into the first original equation are good. \n" ); document.write( "your second original equation says: \n" ); document.write( "10x + y - 27 = 10y + x \n" ); document.write( "substitute for x and y to get: \n" ); document.write( "63 - 27 = 36 \n" ); document.write( "this becomes 36 = 36 which is true, so the value for x and y plugged ihto the second original equation are good. \n" ); document.write( "your digits are 6 and 3. \n" ); document.write( "the number is 63.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |