document.write( "Question 79128: One number is 6 more than another. If the sum of the smaller number and 3 times the larger number is 34, find the two numbers \n" ); document.write( "
Algebra.Com's Answer #56798 by checkley75(3666)![]() ![]() ![]() You can put this solution on YOUR website! X & X+6 ARE THE TWO NUMBERS \n" ); document.write( "X+3(X+6)=34 \n" ); document.write( "X+3X+18=34 \n" ); document.write( "4X=34-18 \n" ); document.write( "4X=16 \n" ); document.write( "X=16/4 \n" ); document.write( "X=4 ANSWER FOR THE SMALLER NUMBER. \n" ); document.write( "PROOF \n" ); document.write( "4+3(4+6)=34 \n" ); document.write( "4+3*10=34 \n" ); document.write( "34=34 \n" ); document.write( " \n" ); document.write( " |