document.write( "Question 197229: when the sum of twice a number and three is multiplied by four, it is same as eight less than the product of three and the number.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #147858 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! when the sum of twice a number and three is multiplied by four, it is same as eight less than the product of three and the number \n" ); document.write( "------------------------- \n" ); document.write( "Equation: \n" ); document.write( "4(2x+3) = 3x-8 \n" ); document.write( "8x+12 = 3x-8 \n" ); document.write( "5x = -20 \n" ); document.write( "x = -4 \n" ); document.write( "============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |