document.write( "Question 957552: Jim has $40.00 in his wallet. He wants to make sure he can leave a 15% tip. What is the most expensive meal he can order? \n" ); document.write( "
Algebra.Com's Answer #585162 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
X+.15X<=40
\n" ); document.write( "1.15X=40
\n" ); document.write( "X<=40/1.15
\n" ); document.write( "X<=$34.78 THE MAX COST OF THE MEAL.
\n" ); document.write( "
\n" );