document.write( "Question 1168239: 1. A manufacturer sells kayaks to dealers for Php 94,500 with discounts of 40/10/5.
\n" );
document.write( "a. Determine the net price of a kayak.
\n" );
document.write( "b. How much is the total trade discount?
\n" );
document.write( "c. What is the equivalent single trade discount for this transaction?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #851663 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Let the list price of a kayak be $L = \text{Php } 94,500$. \n" ); document.write( "The discounts offered are 40/10/5. This means there are three successive discounts.\r \n" ); document.write( "\n" ); document.write( "**a. Determine the net price of a kayak.**\r \n" ); document.write( "\n" ); document.write( "To find the net price, we apply the discounts sequentially to the original price.\r \n" ); document.write( "\n" ); document.write( "1. **First discount (40%):** \n" ); document.write( " Discount amount = $40\% \times 94,500 = 0.40 \times 94,500 = \text{Php } 37,800$ \n" ); document.write( " Price after the first discount = $94,500 - 37,800 = \text{Php } 56,700$\r \n" ); document.write( "\n" ); document.write( "2. **Second discount (10%):** \n" ); document.write( " This discount is applied to the price after the first discount. \n" ); document.write( " Discount amount = $10\% \times 56,700 = 0.10 \times 56,700 = \text{Php } 5,670$ \n" ); document.write( " Price after the second discount = $56,700 - 5,670 = \text{Php } 51,030$\r \n" ); document.write( "\n" ); document.write( "3. **Third discount (5%):** \n" ); document.write( " This discount is applied to the price after the second discount. \n" ); document.write( " Discount amount = $5\% \times 51,030 = 0.05 \times 51,030 = \text{Php } 2,551.50$ \n" ); document.write( " Net price = $51,030 - 2,551.50 = \text{Php } 48,478.50$\r \n" ); document.write( "\n" ); document.write( "Alternatively, we can calculate the net price using the discount factors: \n" ); document.write( "Net price = List price $\times (1 - \text{discount}_1) \times (1 - \text{discount}_2) \times (1 - \text{discount}_3)$ \n" ); document.write( "Net price = $94,500 \times (1 - 0.40) \times (1 - 0.10) \times (1 - 0.05)$ \n" ); document.write( "Net price = $94,500 \times (0.60) \times (0.90) \times (0.95)$ \n" ); document.write( "Net price = $94,500 \times 0.513$ \n" ); document.write( "Net price = $\text{Php } 48,478.50$\r \n" ); document.write( "\n" ); document.write( "**b. How much is the total trade discount?**\r \n" ); document.write( "\n" ); document.write( "The total trade discount is the difference between the original list price and the net price. \n" ); document.write( "Total trade discount = List price - Net price \n" ); document.write( "Total trade discount = $94,500 - 48,478.50 = \text{Php } 46,021.50$\r \n" ); document.write( "\n" ); document.write( "**c. What is the equivalent single trade discount for this transaction?**\r \n" ); document.write( "\n" ); document.write( "The equivalent single trade discount is the single discount rate that would give the same net price. Let the equivalent single discount rate be $d$. \n" ); document.write( "Net price = List price $\times (1 - d)$ \n" ); document.write( "$48,478.50 = 94,500 \times (1 - d)$ \n" ); document.write( "$1 - d = \frac{48,478.50}{94,500}$ \n" ); document.write( "$1 - d = 0.513$ \n" ); document.write( "$d = 1 - 0.513$ \n" ); document.write( "$d = 0.487$\r \n" ); document.write( "\n" ); document.write( "To express this as a percentage, we multiply by 100: \n" ); document.write( "Equivalent single trade discount = $0.487 \times 100\% = 48.7\%$\r \n" ); document.write( "\n" ); document.write( "Final Answer: The final answer is $\boxed{a. \text{Php } 48,478.50, b. \text{Php } 46,021.50, c. 48.7\%}$ \n" ); document.write( " |