document.write( "Question 659783: The units digit of a two-digit number is twice the tens digit. 1/2 the sum of the digits is equal to 2 less than the units digit. What is the number? \n" ); document.write( "
Algebra.Com's Answer #410920 by ReadingBoosters(3246)![]() ![]() ![]() You can put this solution on YOUR website! x = units \n" ); document.write( "y = tens\r \n" ); document.write( "\n" ); document.write( "x = 2y \n" ); document.write( "(1/2)(x + y) = x - 2 \n" ); document.write( "Substitute x into the second equation \n" ); document.write( "(1/2)(2y + y) = 2y - 2 \n" ); document.write( "Combine like terms \n" ); document.write( "(1/2)(3y) = 2y - 2 \n" ); document.write( "1.5y = 2y - 2 \n" ); document.write( "1.5y - 2y = 2y - 2 - 2y \n" ); document.write( "-.5y = -2 \n" ); document.write( "-.5y/-.5 = -2/-.5 \n" ); document.write( "y = 4\r \n" ); document.write( "\n" ); document.write( "Solve x using y \n" ); document.write( "x = 2y = 2(4) = 8\r \n" ); document.write( "\n" ); document.write( "x is the unit 8 \n" ); document.write( "y is the digit 4 \n" ); document.write( "The number is 48 \n" ); document.write( " |