document.write( "Question 321920: if 6 is subtracted from five times a number, the result is 2 more than six times the number. find the number. \n" ); document.write( "
Algebra.Com's Answer #230456 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let the number be x
\n" ); document.write( "5 times the number = 5x
\n" ); document.write( "subtract 6 from it
\n" ); document.write( "so it will be 5x-6
\n" ); document.write( "..
\n" ); document.write( "6 times the number = 6x
\n" ); document.write( "2 more = 6x+2
\n" ); document.write( "5x-6=6x+2
\n" ); document.write( "5x-6x=2+6
\n" ); document.write( "-x=8
\n" ); document.write( "x=-8
\n" ); document.write( "
\n" );