document.write( "Question 549900: The sum of the digits of a two-digit number is 14. The first digit is 4 less than twice the second digit. What is the number? \n" ); document.write( "
Algebra.Com's Answer #358181 by prateekagrawal(56)![]() ![]() ![]() You can put this solution on YOUR website! here let the number be xy. \n" ); document.write( "then x+y=14 --------(1) \n" ); document.write( "and \n" ); document.write( "x=2y-4 -------------(2) (first digit is 4 less than twice the second digit) \n" ); document.write( ". \n" ); document.write( "so, from (2) put the value of x in (1): \n" ); document.write( ". \n" ); document.write( "2y-4 + y= 14 \n" ); document.write( "3y -4=14 \n" ); document.write( "3y=18 \n" ); document.write( "y=6 \n" ); document.write( "so, x+6=14 \n" ); document.write( "so, x= 8 \n" ); document.write( ". \n" ); document.write( "so, number is 86. \n" ); document.write( " |