document.write( "Question 265172: five times a number is 35 greater than twice the opposite of the number. What is the Number ? \n" ); document.write( "
Algebra.Com's Answer #195017 by palanisamy(496)\"\" \"About 
You can put this solution on YOUR website!
Let the given numberbe x.
\n" ); document.write( "Given, five times a number is 35 greater than twice the opposite of the number.
\n" ); document.write( " 5x = -2x+35
\n" ); document.write( " 5x+2x = 35
\n" ); document.write( " 7x = 35
\n" ); document.write( " x = 35/7
\n" ); document.write( " x = 5
\n" ); document.write( "
\n" );