document.write( "Question 497450: The price of a shirt is reduced by 7% to rupees 465. What is its original price? (Ans. Rupees 500) \n" ); document.write( "
Algebra.Com's Answer #336733 by Theo(13342)![]() ![]() You can put this solution on YOUR website! price of the shirt before reduction is equal to x. \n" ); document.write( "price of the shirt after reduction is equal to x - .07x which becomes x*(1-.07)which becomes .93x \n" ); document.write( ".93x = 465 \n" ); document.write( "x = 465/.93 = 500 \n" ); document.write( "price of the shirt before reduction is 500. \n" ); document.write( "take off 7% to get 500 - .07*500 which becomes: \n" ); document.write( "500 - 35 which becomes 465. \n" ); document.write( " |