document.write( "Question 431492: Recently, AT&T offered two long-distance calling plans. The One-Rate (r) seven cent Plus Plan cost $4.95 per month plus 7 cents a minute. Another plan has no monthly fee, but costs 10 cents a minute. For what number of minutes will the two plans cost the same?\r
\n" );
document.write( "\n" );
document.write( "I'm sure this is simple for someone to do, however I have a teacher that doesn't exactly teach. If someone could explain to me how to answer this by way of elimination method I would be most appreciative.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #299438 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Plan 1: $4.95 per month plus $0.07 per minute \n" ); document.write( "Plan 2: $0.10 per minute \n" ); document.write( "Cost of plan 1 = $4.95 + 0.07t \n" ); document.write( "Cost of plan 2 = 0.10t \n" ); document.write( "where t is the time in minutes \n" ); document.write( "Set the costs equal: \n" ); document.write( "4.95 + 0.07t = 0.10t \n" ); document.write( "Solve for t: \n" ); document.write( "0.03t = 4.95 -> t = 165 \n" ); document.write( "So the plans cost the same at 165 minutes. \n" ); document.write( "If you prefer to work with whole numbers, you could use cents instead of dollars. \n" ); document.write( " |