document.write( "Question 130595: nine more than five times a number is equal to 3 less than seven times the number. Find the number.\r
\n" );
document.write( "\n" );
document.write( "if 2 subtracted from a number and this difference is tripled, the result is 6 more than the number. find the number\r
\n" );
document.write( "\n" );
document.write( "If 3 is added to a number and this sum is doubled, the result is 2 more than the number. find the number \n" );
document.write( "
Algebra.Com's Answer #95388 by cngriffith(27)![]() ![]() ![]() You can put this solution on YOUR website! 9+5x=7x-3 nine more than five times a number-rewrite as 9+5x \n" ); document.write( " is equal to- rewrite as = \n" ); document.write( " 3 less than seven times the number-means 3 subtracted from 7x \n" ); document.write( " rewrite as 7x-3 . Now you have the equation to be solved. \n" ); document.write( " Subtract 7x from both sides of the equation \n" ); document.write( "9-2x=-3 \n" ); document.write( " Subtract 9 from both sides. \n" ); document.write( "-2x=-12 \n" ); document.write( " Divide both sides by -2 \n" ); document.write( "x=6 \n" ); document.write( " |