document.write( "Question 1160249: A shop is offering discounts on shirts costing Php 400 each. If Juan Carlos buys 2 shirts, he will be offered a discount of 15% on the first shirt and another 10% discount on the reduced price for the second shirt. How much would one pay for two shirts at this shop? \n" ); document.write( "
Algebra.Com's Answer #783521 by saw(34)![]() ![]() ![]() You can put this solution on YOUR website! 15% of the first shirt = 15/100*400 = 60 \n" ); document.write( "400-60 = 340 \n" ); document.write( "10% of the second shirt on the reduced price \n" ); document.write( "10/100*340 = 34 \n" ); document.write( "340-34 = 306 \n" ); document.write( "Php 646 has to be paid for two shirts. \n" ); document.write( " |