document.write( "Question 940685: Write an expression in simplest form that represents the total amount in the situation. You rent x pairs of shoes for $2 each. You buy the same number of drinks for $1.50 each. You also pay $9 for a bowling lane. \n" ); document.write( "
Algebra.Com's Answer #573304 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Shoes: 2x \n" ); document.write( "Drinks: 1.50x \n" ); document.write( "Bowling lane: 9\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Total: 2x + 1.50x + 9 = 3.50x + 9 (dollars) \n" ); document.write( " |