document.write( "Question 188387: You are choosing between 2 plans at a discount warehouse. Plan A offers an annual membership fee of $300 and you pay 70% of the manufacturer's recommended list price. Plan B offers an anual membership fee of $40 and you pay 90% of the manufacturer's recommended list price. How many dollars of merchandise would have to purchase in a year to pay the same amount under both plans? What will be the cost for each plan?\r
\n" );
document.write( "\n" );
document.write( "Appreciate any help you can give me. Thanks \n" );
document.write( "
Algebra.Com's Answer #141225 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! You are choosing between 2 plans at a discount warehouse. \n" ); document.write( "Plan A offers an annual membership fee of $300 and you pay 70% of the manufacturer's recommended list price. \n" ); document.write( "A(p) = 300 + 0.70p \n" ); document.write( "-------------------------- \n" ); document.write( "Plan B offers an annual membership fee of $40 and you pay 90% of the manufacturer's recommended list price. \n" ); document.write( "B(p) = 40 + 0.90p \n" ); document.write( "---------------------------- \n" ); document.write( "How many dollars of merchandise would have to purchase in a year to pay the same amount under both plans? What will be the cost for each plan? \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "300 + 0.7p = 40 + 0.9p \n" ); document.write( "260 = 0.2p \n" ); document.write( "p = $1300 \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |