document.write( "Question 699579: in a sale, a tennis racket is reduced in price by 35%. if the marked price is 162.50 dollars now, what is the original price \n" ); document.write( "
Algebra.Com's Answer #431421 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! in a sale, a tennis racket is reduced in price by 35%. if the marked price is 162.50 dollars now, what is the original price \n" ); document.write( ". \n" ); document.write( "Let x = original price \n" ); document.write( "then \n" ); document.write( "x - .35x = 162.50 \n" ); document.write( "x(1 - .35) = 162.50 \n" ); document.write( "x(.65) = 162.50 \n" ); document.write( "x = 162.50/.65 \n" ); document.write( "x = $250.00 \n" ); document.write( " \n" ); document.write( " |