document.write( "Question 187327: I have a math project for school and it involves finding the equations of the following companies' data. I know how to graph these and the equations for each part of each graph; however, I don't know how to find an equation that will take into account the change in cost per minute. Thanks for any help!\r
\n" );
document.write( "\n" );
document.write( "Here is the data:\r
\n" );
document.write( "\n" );
document.write( "Company A: $30 fee, 10 cents a minute for the first 300 minutes, then 8 cents a minute after that.\r
\n" );
document.write( "\n" );
document.write( "Company B: No fee, 25 cents a minute for 200 minutes, 10 cents a minute for the next 500 minutes then 5 cents a minute.\r
\n" );
document.write( "\n" );
document.write( "Company C: $50 flat fee for the first 500 minutes, then 10 cents per minute. \n" );
document.write( "
Algebra.Com's Answer #140422 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find an equation that will take into account the change in cost per minute. Thanks for any help! \n" ); document.write( "Here is the data: \n" ); document.write( "Company A: $30 fee, 10 cents a minute for the first 300 minutes, then 8 cents a minute after that. \n" ); document.write( "Cost = 3000 + 10x for 0 \n" ); document.write( "-----------------------------------------------------------\r \n" ); document.write( "\n" ); document.write( "Company B: No fee, 25 cents a minute for 200 minutes, 10 cents a minute for the next 500 minutes then 5 cents a minute. \n" ); document.write( "Cost = 25x for 0 < x <=200 or 10x for 200< x <=500 or 5x for x > 500 \n" ); document.write( "------------------------------------------------------------ \n" ); document.write( " \n" ); document.write( "Company C: $50 flat fee for the first 500 minutes, then 10 cents per minute. \n" ); document.write( "Cost 50 for 0 < x <= 500 or 10x for x> 500 \n" ); document.write( "====================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |