document.write( "Question 1075755:  If 30 is added to a certain number and the sum is divided by 6 the result is 1
\n" );
document.write( "more than 1/2 of the original number. Find the original number.  \n" );
document.write( "
| Algebra.Com's Answer #690387 by Boreal(15235)     You can put this solution on YOUR website! certain number=x \n" ); document.write( "x+30 divided by 6=(x/2)+1 \n" ); document.write( "(x+30)/6=(x/2)+1 \n" ); document.write( "x+30=6(x/2)+1 \n" ); document.write( "x+30=3x+6 \n" ); document.write( "2x=24 \n" ); document.write( "x=12 \n" ); document.write( "add 30 (42)and divide by 6 get 7. Seven is one more than half of 12. \n" ); document.write( " |