document.write( "Question 368842: find the total cost of a pair of jeans that cost $32 and has an 8% sales tax \n" ); document.write( "
| Algebra.Com's Answer #262761 by fractalier(6550)     You can put this solution on YOUR website! If the tax on $32 is 8%, we can find the tax by multiplying and add that to the $32.\r \n" ); document.write( "\n" ); document.write( "So 8% = .08 \n" ); document.write( ".08 x $32 = $2.56 \n" ); document.write( "and the total cost is \n" ); document.write( "$34.56 \n" ); document.write( " |