document.write( "Question 977929: For his phone service, Pablo pays a monthly fee of $11 and he pays an additional $0.04 per minute of use. The least he has been charged in a month is $54.12.
\n" );
document.write( "What are the possible numbers of minutes he has used his phone in a month? Use m
\n" );
document.write( "for the number of minutes, and solve your inequality for m. \n" );
document.write( "
Algebra.Com's Answer #599445 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "$11 + m(0.04) > $54.12 \n" ); document.write( "m(0.04) > $54.12 - $11 \n" ); document.write( "m(0.04)> = $43.12 \n" ); document.write( "m> $43.12/0.04 \n" ); document.write( "m> 1078 \n" ); document.write( "= > 1078 minutes. \n" ); document.write( "Hope this helps:-) \n" ); document.write( " |