document.write( "Question 754912: The sum of two numbers is 70. The larger number is 4 more than double the smaller number. What is the smaller number? \n" ); document.write( "
Algebra.Com's Answer #459395 by sachi(548)![]() ![]() You can put this solution on YOUR website! The sum of two numbers is 70. \n" ); document.write( "let th larger no is x the the smaller no is 70-x \n" ); document.write( "The larger number is 4 more than double the smaller number. \n" ); document.write( "so x=4+2*(70-x)=4+140-2x \n" ); document.write( "or 3x=144 \n" ); document.write( "or x=144/3=48 \n" ); document.write( "the smaller number=70-48=22 \n" ); document.write( " |