document.write( "Question 152914: You have $40.00. You wish to buy a T-Shirt costing $14.50 and a pair of jeans costing $23.95. There is a 4% sales tax on clothing.Do you have enough money to pay for both? \n" ); document.write( "
Algebra.Com's Answer #112364 by jim_thompson5910(35256) ![]() You can put this solution on YOUR website! Cost (without tax) = 14.50 + 23.95 = 38.45\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Tax = 0.04 * 38.45 = 1.54\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Total Cost (with tax) = 38.45 + 1.54 = 39.99\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So you have enough money \n" ); document.write( " \n" ); document.write( " |