document.write( "Question 258382: Sales tax in California is 6%. Create an equation for the total price (cost plus tax) of a purchase in CA in terms of its cost. How much would a person pay for a car whos cost is $32,000? \n" ); document.write( "
Algebra.Com's Answer #190252 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
c=32000+(32000*.06)
\n" ); document.write( "c=$33,920
\n" ); document.write( "
\n" );