document.write( "Question 220114: The sum of six times a number and ten is equal to the difference of the number and fifteen. Find the number. \n" ); document.write( "
Algebra.Com's Answer #165321 by susanaramya(12)\"\" \"About 
You can put this solution on YOUR website!
let the number be x
\n" ); document.write( "6x+10=x-15
\n" ); document.write( "6x-x=-15-10
\n" ); document.write( "5x=-25
\n" ); document.write( "x=-5
\n" ); document.write( "
\n" );