document.write( "Question 1033569: A cell phone plan charge is $34 per month +$0.08 per text message once you have gone over the allowed 5000. You are allowed to spend no more than $50 per month on your phone bill. What is the maximum number of takes you can send in a month? \n" ); document.write( "
Algebra.Com's Answer #648205 by addingup(3677)![]() ![]() You can put this solution on YOUR website! 34+0.08(x-5000)=50 \n" ); document.write( "34+0.08x-400 = 50 \n" ); document.write( "-316 = -0.08x \n" ); document.write( "x = 3,950 is the max number of takes \n" ); document.write( " |