document.write( "Question 316383: the bill is $265 the sales tax is 5.8%....what is the total bill? \n" ); document.write( "
Algebra.Com's Answer #226302 by mananth(16949) You can put this solution on YOUR website! bll s $265 \n" ); document.write( "sales Tax = 5.8% \n" ); document.write( ".. \n" ); document.write( "sales tax = 265 * 5.8 /100 \n" ); document.write( "=265*0.058 \n" ); document.write( "=15.37. \n" ); document.write( ".. \n" ); document.write( "Total bill = 265+15.37 \n" ); document.write( "=$280.37 \n" ); document.write( " |