document.write( "Question 290646: I have to develop an algebraic equation with clearly defined variables to represent the cost/yield of each option: which is evaluate whether a prepaid or monthly cell phone plan is most effective for a customer that uses x weekday minutes per month. \r
\n" );
document.write( "\n" );
document.write( "This is all the information given for the problem.
\n" );
document.write( "Thank you- \n" );
document.write( "
Algebra.Com's Answer #210303 by richwmiller(17219) You can put this solution on YOUR website! These are common word problems here. \n" ); document.write( "The details are given and you have to decide which plan is better after so many minutes of use. \n" ); document.write( "c(p)=p \n" ); document.write( "c(m)=mx+b \n" ); document.write( "p is monthly cost of prepaid plan \n" ); document.write( "b is monthly cost of monthly plan \n" ); document.write( "x is number of minutes per month \n" ); document.write( "m is cost per minute \n" ); document.write( "c(m) is cost monthly with minutes\r \n" ); document.write( "\n" ); document.write( "c(p) is cost of monthly plan \n" ); document.write( " |