document.write( "Question 929624: Six times a number decreased by 7 is the same as four times the number increased by 3. Find the number. \n" ); document.write( "
Algebra.Com's Answer #564394 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! Let x be the number \n" ); document.write( "6x - 7 = 4x + 3 \n" ); document.write( "add -4x to each side \n" ); document.write( "2x - 7 = + 3 \n" ); document.write( "add 7 to each side \n" ); document.write( "2x = 10 \n" ); document.write( "divide each side by 2 \n" ); document.write( " x = 5 \n" ); document.write( " \n" ); document.write( " |