document.write( "Question 642183: How much is a 15% tip on a restaurant bill of x dollars? Write an expression to answer the question. \n" ); document.write( "
Algebra.Com's Answer #404210 by T-Maree(17)![]() ![]() You can put this solution on YOUR website! bx = bill amount \n" ); document.write( "15/100 * bx = tip \n" ); document.write( " |