document.write( "Question 782041: Twice the sum of a number and 8 is equal to three times the difference of the number and 9. Find the number \n" ); document.write( "
Algebra.Com's Answer #476238 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 2(x+8)=3(x-9) \n" ); document.write( "2x+16=3x-27 \n" ); document.write( "-x=-27-16 \n" ); document.write( "x=43 \n" ); document.write( " |