document.write( "Question 630976: the product of 5 and the sum of a number and 8 is 10 less than 30 times the number. Find the number.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #397248 by Maths68(1474)![]() ![]() You can put this solution on YOUR website! Let x be the number\r \n" ); document.write( "\n" ); document.write( "5(x+8)=30x-10 \n" ); document.write( "5x+40=30x-10 \n" ); document.write( "5x-30x=-10-40 \n" ); document.write( "-25x=-50 \n" ); document.write( "-25x/-25=-50/-25 \n" ); document.write( "x=2\r \n" ); document.write( "\n" ); document.write( "So number is 2 \n" ); document.write( " |