document.write( "Question 137352: the sum of two numbers is 13. One number is 1 more than twice the other.fIND THE LARGER NUMBER? \n" ); document.write( "
Algebra.Com's Answer #100488 by oscargut(2103)![]() ![]() You can put this solution on YOUR website! a+b+13 \n" ); document.write( "b=1+2a \n" ); document.write( "then \n" ); document.write( "a+1+2a=13 \n" ); document.write( "3a+1=13 \n" ); document.write( "3a=12 \n" ); document.write( "a=4 \n" ); document.write( "b=9 \n" ); document.write( "Answer:The larger number is 9 \n" ); document.write( " |