document.write( "Question 489152: Will you tell me what I'm doing wrong?
\n" );
document.write( "Marissa has budgeted $65 for her monthly cell phone expense. If her plan is $15 plus $0.25 for each minute, how many minutes can she talk and not exceed her budget?\r
\n" );
document.write( "\n" );
document.write( "x = monthly budget\r
\n" );
document.write( "\n" );
document.write( "x < 1500 + 0.25
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #333560 by jorel1380(3719) You can put this solution on YOUR website! 65>15+.25n \n" ); document.write( "50>.25n \n" ); document.write( "50/.25>n \n" ); document.write( "200>n \n" ); document.write( "As long as Marissa talks less than 200 minutes a month, she can stay within her budget.. \n" ); document.write( " |