document.write( "Question 207756: Turner agrees to buy a boat for $2,800 down and $129 a month for 48 months. What is the total cost of the boat? \n" ); document.write( "
Algebra.Com's Answer #157143 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
\"TotalCost+=+DownPayment+%2B+PaymentPerMonth%2AMonths\"
\n" ); document.write( "\"TotalCost+=+2800+%2B+129%2A48\"
\n" ); document.write( "\"TotalCost+=+2800+%2B+6192\"
\n" ); document.write( "\"TotalCost+=+8992\"
\n" ); document.write( "
\n" );