document.write( "Question 476586: A number is 4 times the sum of its digits.The units digit is two more than the tens digit.Find the number. \n" ); document.write( "
Algebra.Com's Answer #326850 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 \n" ); document.write( "then \n" ); document.write( "10x+y = \"a number\" \n" ); document.write( ": \n" ); document.write( "A number is 4 times the sum of its digits. \n" ); document.write( "10x + y = 4(x + y) \n" ); document.write( "10x + y = 4x + 4y \n" ); document.write( "10x - 4x = 4y - y \n" ); document.write( "6x = 3y \n" ); document.write( "Simply, divide by 3 \n" ); document.write( "2x = y \n" ); document.write( "; \n" ); document.write( "The units digit is two more than the tens digit. \n" ); document.write( "y = x + 2 \n" ); document.write( "Replace y with 2x \n" ); document.write( "2x = x + 2 \n" ); document.write( "2x - x = 2 \n" ); document.write( "x = 2 \n" ); document.write( "then \n" ); document.write( "y = 4 \n" ); document.write( ": \n" ); document.write( "24 is the number \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "See if the works in the statement: \n" ); document.write( "\"A number is 4 times the sum of its digits.\" \n" ); document.write( "24 = 4(2 + 4)\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Find the number. \n" ); document.write( " |