document.write( "Question 1177433: A two-digit number is 6 times its single digit. The sum of the digits is 6. Find the number
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #806427 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " \r\n" ); document.write( "Hi\r\n" ); document.write( "10x + y = 6y\r\n" ); document.write( " 10x = 5y\r\n" ); document.write( " 2x = y\r\n" ); document.write( "x + y = 6\r\n" ); document.write( "x + 2x = 6\r\n" ); document.write( " x = 2 and y = 4 \n" ); document.write( " \n" ); document.write( " |