document.write( "Question 1054792: What would be the number that, when added by 2, this sum multiplied by 3 and the total divided by 6 would result in 13? \n" ); document.write( "
Algebra.Com's Answer #669985 by addingup(3677) You can put this solution on YOUR website! Let me see if I understand: \n" ); document.write( "First you add 2 to the number \n" ); document.write( "x+2 \n" ); document.write( "the sum is multiplied times 3 \n" ); document.write( "(x+2)3 and the total divided by 6 would result in 13 \n" ); document.write( "[(x+2)3]/6 = 13 \n" ); document.write( "(3x+6)/6 = 13 \n" ); document.write( "3x+6 = 78 \n" ); document.write( "3x = 72 \n" ); document.write( "x = 72/3 = 24 is the number \n" ); document.write( "------------------------------ \n" ); document.write( "check \n" ); document.write( "(24+2)3/6 = 13 \n" ); document.write( "78/6 = 13 correct \n" ); document.write( ": \n" ); document.write( "John \n" ); document.write( " |