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 #262760 by neatmath(302)     You can put this solution on YOUR website! Total Cost=cost of item + cost of item*sales tax % \r \n" ); document.write( "\n" ); document.write( "T=C+C*S \r \n" ); document.write( "\n" ); document.write( "T=32+32*8% \r \n" ); document.write( "\n" ); document.write( "T=32+2.56 \r \n" ); document.write( "\n" ); document.write( "T=34.56 \r \n" ); document.write( "\n" ); document.write( "Thus, the total cost for the jeans (after sales tax) would be $34.56 \r \n" ); document.write( "\n" ); document.write( "I hope this helps! \n" ); document.write( " |