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 #783519 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "A discount of 15% multiplies the price by 0.85.
\n" ); document.write( "A discount of 15% followed by a discount of 10% on the already discounted price multiplies the price by (0.85)(0.90).

\n" ); document.write( "The price of the first shirt will be (400)(0.85) = 340.
\n" ); document.write( "The price of the second shirt will be (400)(0.85)(0.90) = 340(0.90) = 306.

\n" ); document.write( "The total cost of the two shirts will be PhP(340+306) = PhP 646.

\n" ); document.write( "
\n" ); document.write( "
\n" );