document.write( "Question 1000860: Express the sale price of a stereo priced at p dollars with a 25% discount.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #618240 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! If 25% of p is discounted, then the sale price is \n" ); document.write( "p - .25p = .75p \n" ); document.write( " |