document.write( "Question 715909: Your Cool Uncle Carl is trying to decide between the purchase of a sports car or a station wagon. The sports car is cheaper to buy, but costs more insure. Specifically, the total cost of the sports car would be $15,000 plus $2,500 each year for insurance. The station wagon has a total cost of $18, 000 plus $1,000 per year. Write a system of equations if c represents the total cost of a car in dollars and n represents the number of years. \n" ); document.write( "
Algebra.Com's Answer #439658 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! First equation (for sports car): c = 15000 + 2500n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Second equation (for station wagon): c = 18000 + 1000n \n" ); document.write( " |