document.write( "Question 944250: Plan A allows 450 minutes for $39.99 with .25/minute for each minute over 450.
\n" ); document.write( "Plan B allows 900 minutes for $59.99 with .30/minute for each minute over 900.
\n" ); document.write( "Plan C allows 1500 minutes for $99.99 with .35/minute for each minute over 1500.\r
\n" ); document.write( "\n" ); document.write( "An equation or inequality to represent each plan above.\r
\n" ); document.write( "\n" ); document.write( "Determine for how many minutes each plan is the best option for two customers. Customer Smith uses roughly 750 minutes per month. Customer Jones uses roughly 1350 minutes per month.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I have no idea how to even begin this.
\n" ); document.write( "

Algebra.Com's Answer #575723 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
\r
\n" ); document.write( "\n" ); document.write( "plan A is 39.99 per month plus .25 * x over 450\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "plan B is 59.99 per month plus .30 * x over 900.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "plan C is 99.99 per month + .35 * x over 1500.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "These look like split functions or what are otherwise called piecewise defined functions.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "for Plan A, the function would be:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y = 39.99 for 0 <= x <= 450
\n" ); document.write( "y = 39.99 + .25 * (x - 450) for x > 450\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "for Plan B, the function would be:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y = 59.99 for 0 <= x <= 900
\n" ); document.write( "y = 59.99 + .30 * (x - 900) for x > 900\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "For plan C, the function would be:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "y = 99.99 for 0 <= x <= 1500
\n" ); document.write( "y = 99.99 + .35 * (x - 1500) for x > 1500\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Smith uses 750 minutes per month.
\n" ); document.write( "Jones uses 1350 minutes per month.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you would analyze each plan at 750 minutes per month for Smith.
\n" ); document.write( "you would analyze each plan at 1350 minutes per month for Jones.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "For Smith who uses 750 minutes per month:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Plan A costs 39.99 + .25 * (750 - 450) = 39.99 + .25 * 300 = 114.99
\n" ); document.write( "Plan B costs 59.99
\n" ); document.write( "Plan C costs 99.99\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "cheapest plan for Smith is plan B.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "For Jones who uses 1350 minutes per month:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Plan A costs 39.99 + .25 * (1350 - 450) = 39.99 + .25 * 900 = 264.99
\n" ); document.write( "Plan B costs 59.99 + .30 * (1350 - 900) = 59.99 + .30 * 450 = 217.49
\n" ); document.write( "Plan C costs 99.99\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "cheapest plan for Jones is plan C.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );