document.write( "Question 921986: the cost of a new car included a 4 % sales tax. if c represents the cost of the car before tax, write an expression for the total cost, including sales tax.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #559302 by Theo(13342)![]() ![]() You can put this solution on YOUR website! c = cost of car before taxes. \n" ); document.write( "c + .04 * c = cost of car after taxes. \n" ); document.write( "you can factor out the c to get: \n" ); document.write( "c * (1 + .04) = cost of car after taxes. \n" ); document.write( "you can simplify to get: \n" ); document.write( "c * 1.04 = cost of car after taxes. \n" ); document.write( "this can also be written as: \n" ); document.write( "1.04 * c = cost of car after taxes.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |