document.write( "Question 958557: The sum of two numbers is 54. If the larger number is twice the size of the smaller number, what is the larger number? \n" ); document.write( "
Algebra.Com's Answer #585824 by macston(5194)![]() ![]() You can put this solution on YOUR website! S=smaller number; L=larger number=2S \n" ); document.write( "S+L=54 Substitute for L. \n" ); document.write( "S+2S=54 \n" ); document.write( "3S=54 Divide each side by 3. \n" ); document.write( "S=18 The smaller number is 18. \n" ); document.write( "L=2S=2(18)=36 ANSWER: The larger number is 36. \n" ); document.write( " |