document.write( "Question 1104457: In which of these is the original price highest:
\n" );
document.write( "A) after a 5% discount, the price was $190
\n" );
document.write( "(B) after a 10% discount, the price was $180
\n" );
document.write( "(C) after a 20% discount, the price was $170
\n" );
document.write( "(D) after a 30% discount, the price was $140 \n" );
document.write( "
Algebra.Com's Answer #719203 by addingup(3677)![]() ![]() You can put this solution on YOUR website! Calculate each one of them to see which one is highest: \n" ); document.write( "190/.95 = 200 \n" ); document.write( "180/.9 = 200 \n" ); document.write( "170/.8 = 212.5 \n" ); document.write( "140/.7 = 200 \n" ); document.write( " |