document.write( "Question 294597: 1. Three times a number equals 40 more than five times the number .what is the number?
\n" );
document.write( "2. A number equals four less than three times the number . what is the number?
\n" );
document.write( "3. Eight times a number equals 24 more than two more times the number. what is the number? \n" );
document.write( "
Algebra.Com's Answer #212412 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! 1. Three times a number equals 40 more than five times the number .what is the number? \n" ); document.write( "3x = 5x + 40 \n" ); document.write( "-40 = 5x - 3x \n" ); document.write( "-40 = 2x \n" ); document.write( "x = -20 \n" ); document.write( "Check \n" ); document.write( "3(-20) = 5(-20) + 40 \n" ); document.write( "-60 = -100 + 40 \n" ); document.write( ": \n" ); document.write( "2. A number equals four less than three times the number . what is the number? \n" ); document.write( "x = 3x - 4 \n" ); document.write( "4 = 3x - x \n" ); document.write( "let you complete this and the next one, check your solutions in the original eq \n" ); document.write( ": \n" ); document.write( "3. Eight times a number equals 24 more than two more times the number. \n" ); document.write( " what is the number? \n" ); document.write( "8x = 2x + 24 \n" ); document.write( " |