document.write( "Question 495129: I hate word prolems so much, and I can't figure this one out for my life. Here it is. A family buys airline tickets online. Each ticket costs $167. The family buys travel insurance with each ticket that costs $19 per ticket. The Web site charges a fee of $16 for the entire purchase. The family is charged a total of $1132. How many tickets did the family buy. I need a \"let\" statement. (Let x = ) and an equation. Please help! \n" ); document.write( "
Algebra.Com's Answer #335976 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x =\"number of tickets\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"Each ticket costs $167\" ___ 167x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"travel insurance with each ticket that costs $19 per ticket\" ___ 19x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"The Web site charges a fee of $16 for the entire purchase\" ___ 16\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"The family is charged a total of $1132\" ___ 167x + 19x + 16 = 1132\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "186x = 1116 \n" ); document.write( " |