document.write( "Question 178709: A tire was sold for $35.65, which included the 4% state sales tax and an 11% federal tax. What was the original price of the tire before taxes? \n" ); document.write( "
Algebra.Com's Answer #133673 by Edwin McCravy(20054)\"\" \"About 
You can put this solution on YOUR website!
A tire was sold for $35.65, which included the 4% state sales tax and an 11% federal tax. What was the original price of the tire before taxes?
\n" ); document.write( "
\r\n" );
document.write( "Let $x represent the price of the tire before taxes, then\r\n" );
document.write( "\r\n" );
document.write( "(Price of tire) + (state tax) + (Federal tax) = (Selling Price)\r\n" );
document.write( "       $x       +    .04x     +      .11x     =      $35.65\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\"x+%2B+.04x+%2B+.11x+=+35.65\"\r\n" );
document.write( "\r\n" );
document.write( "Multiply every term by 100 to clear of decimals:\r\n" );
document.write( "\r\n" );
document.write( "\"100x+%2B+4x+%2B+11x+=+3565\"\r\n" );
document.write( "\r\n" );
document.write( "\"115x+=+3565\"\r\n" );
document.write( "\r\n" );
document.write( "Divide both sides by 115:\r\n" );
document.write( "\r\n" );
document.write( "\"115x%2F115+=+3565%2F115\"\r\n" );
document.write( "\r\n" );
document.write( "\"x+=+31\"\r\n" );
document.write( "\r\n" );
document.write( "The tire before taxes sold for $31.00.\r\n" );
document.write( "\r\n" );
document.write( "Check:\r\n" );
document.write( "The tire before taxes cost           $31.00\r\n" );
document.write( "The state tax on $31 is .04×$31 or   $ 1.24\r\n" );
document.write( "The Federal tax on $31 is .11×$31 or $ 3.41\r\n" );
document.write( "Total                                $35.65 \r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );