document.write( "Question 703619: After a 25% reduction, you purchase a table for $180. What was the table's price before the reduction? The answer for it is 240, but I'm not sure how to get that answer..... \n" ); document.write( "
Algebra.Com's Answer #433583 by rimjhim.tomar(21)![]() ![]() You can put this solution on YOUR website! suppose the price was $x. \n" ); document.write( "then 25% of x = x*25/100 = x/4 \n" ); document.write( "hence price of the table after reduction of 25%= x-x/4= 3x/4 \n" ); document.write( "but from given data, \n" ); document.write( "after 25% of reduction ...u purchase the table for $180. \n" ); document.write( "hence 3x/4= 180 \n" ); document.write( "or \n" ); document.write( "x=180*4/3 (cross multiplication) \n" ); document.write( "x=720/3 \n" ); document.write( "x=240 \n" ); document.write( " |