document.write( "Question 501769: 6 less than twice a number is 4 more than the number , find the number ? \n" ); document.write( "
Algebra.Com's Answer #338659 by Maths68(1474)![]() ![]() You can put this solution on YOUR website! let number = x \n" ); document.write( "2x-6=x+4 \n" ); document.write( "2x-x-6=4 \n" ); document.write( "x-6=4 \n" ); document.write( "x=4+6 \n" ); document.write( "x=10 \n" ); document.write( " |