document.write( "Question 1064214: ritu bought a set of story books for 345 including 15% sales tax and calculator for 110 including 10% sales tax what percent is the sales tax charged on the whole transaction \n" ); document.write( "
Algebra.Com's Answer #679464 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
Let n be the amount spent on books or a calculator before tax. Then
\n" ); document.write( "n+.15n=345
\n" ); document.write( "1.15n=345
\n" ); document.write( "n=300
\n" ); document.write( "And
\n" ); document.write( "n+.1n=110
\n" ); document.write( "1.1n=110
\n" ); document.write( "n=100
\n" ); document.write( "The total amount of sales tax is (345-300)+(110-100), or 55. ☺☺☺☺
\n" ); document.write( "
\n" );