document.write( "Question 463620: A 7% sales tax on a car amounted to $1470. Find the cost \n" ); document.write( "
Algebra.Com's Answer #317601 by aliateach(10)![]() ![]() ![]() You can put this solution on YOUR website! cost = price + tax \n" ); document.write( "cost = 1470 + 7/100 * 1470 \n" ); document.write( "cost = $1572.9 \n" ); document.write( " |