document.write( "Question 284339: What is the total cost of a pair of jeans that are priced $50.00 if there is 7% sales tax? \n" ); document.write( "
Algebra.Com's Answer #206333 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! Two ways to solve this \n" ); document.write( "50+.07*50 \n" ); document.write( "or \n" ); document.write( "1.07*50 \n" ); document.write( " \n" ); document.write( " |