document.write( "Question 1056809: A pair of shoes has just been reduced from $75.95 to $30.38
\n" );
document.write( "A. The new price is what % if the old?
\n" );
document.write( "B. The new price is what % less than old price?
\n" );
document.write( "C. The old price is what % of the new of the price?
\n" );
document.write( "D. The old price is what % higher than the old price? \n" );
document.write( "
Algebra.Com's Answer #671901 by Alan3354(69443) You can put this solution on YOUR website! A pair of shoes has just been reduced from $75.95 to $30.38 \n" ); document.write( "A. The new price is what % if the old? \n" ); document.write( "-- Divide the new by the old. \n" ); document.write( "Multiply by 100 to get % \n" ); document.write( "============== \n" ); document.write( "B. The new price is what % less than old price? \n" ); document.write( "-- Divide the difference by the old. \n" ); document.write( "Multiply by 100 to get % \n" ); document.write( "============== \n" ); document.write( "C. The old price is what % of the new of the price? \n" ); document.write( "-- Divide the old by the new. \n" ); document.write( "Multiply by 100 to get % \n" ); document.write( "============== \n" ); document.write( "D. The old price is what % higher than the old price? \n" ); document.write( "-- Divide the difference by the new. \n" ); document.write( "Multiply by 100 to get % \n" ); document.write( " |