document.write( "Question 357791: nine more than four times a number is the same as one less than twice the number. find the number \n" ); document.write( "
Algebra.Com's Answer #255406 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the number be x \n" ); document.write( "4x+9 =2x-1 \n" ); document.write( "4x-2x=-9-1 \n" ); document.write( "2x=-10 \n" ); document.write( "x=-5 \n" ); document.write( "... \n" ); document.write( " \n" ); document.write( " |