document.write( "Question 1136250: Students at one school sell magazine subscriptions to raise money for athletic equipment. The school keeps 20% of sales. How many dollars worth of subscriptions must be sold to make $1500? \n" ); document.write( "
Algebra.Com's Answer #754019 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
sales=x
\n" ); document.write( ".20x is what the school keeps, and that must be $1500
\n" ); document.write( "x=1500/.20=$7500
\n" ); document.write( "
\n" );