document.write( "Question 541083: eight more than three times a number is negative nineteen\r
\n" );
document.write( "\n" );
document.write( "the difference four times a number and nine is three\r
\n" );
document.write( "\n" );
document.write( "ten less than the product of two and a number is negative twelve\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #354047 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! eight more than three times a number is negative nineteen: \n" ); document.write( ". \n" ); document.write( "3x+8 = -19 \n" ); document.write( "3x = -27 \n" ); document.write( "x = -9 \n" ); document.write( ". \n" ); document.write( "the difference four times a number and nine is three \n" ); document.write( ". \n" ); document.write( "4x-9 = 3 \n" ); document.write( "4x = 12 \n" ); document.write( "x = 3 \n" ); document.write( ". \n" ); document.write( "ten less than the product of two and a number is negative twelve \n" ); document.write( ". \n" ); document.write( "2x-10 = -12 \n" ); document.write( "2x = -2 \n" ); document.write( "x = -1 \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |