document.write( "Question 32713: A certain commodity was sold for $2817.50 after VAT of 15% had been added. Calculate the price of the commodity before the addition of VAT. \n" ); document.write( "
Algebra.Com's Answer #19158 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! If the price of the commodity before the addition of VAT is x dollars, \n" ); document.write( "x + 15%of x = 2817.50 \n" ); document.write( "=> x + .15x = 2817.50 \n" ); document.write( "=> 1.15x = 2817.50 \n" ); document.write( "=> x = 2817.50/1.15 = 2450 \n" ); document.write( "The price of the commodity before the addition of VAT is $2,450 \n" ); document.write( " |