document.write( "Question 669696: Stephanie bought 3 textbooks for her Chemistry, math and Ceramics courses. The chemistry book cost 20.00 dollars more than the ceramics book. the Math book cost twice as much as the chemistry book. If the total bill was 180.00 what is the price of each book? \n" ); document.write( "
Algebra.Com's Answer #416527 by riyotaku(1)\"\" \"About 
You can put this solution on YOUR website!
Let ch=chem, m=math, c=ceramics\r
\n" ); document.write( "\n" ); document.write( "therefore, ch=c+20 and m=2(c+20)
\n" ); document.write( "and thus ch+m+c= 2(c+20) + c+20 + c
\n" ); document.write( " 180= 3(c+20) + c
\n" ); document.write( " 180= 3c + 60 + c
\n" ); document.write( " 180= 4c + 60
\n" ); document.write( " 180 - 60= 4c
\n" ); document.write( " 60= 4c
\n" ); document.write( " 60/4= c
\n" ); document.write( "and therefore c= $15\r
\n" ); document.write( "\n" ); document.write( "since we have found c we can then find ch and m:
\n" ); document.write( "ch=c + 20
\n" ); document.write( " =15 + 20
\n" ); document.write( " =$35\r
\n" ); document.write( "\n" ); document.write( "and\r
\n" ); document.write( "\n" ); document.write( "m= 2(c + 20)
\n" ); document.write( " = 2(15 + 20)
\n" ); document.write( " = 2 x 35
\n" ); document.write( " = $70
\n" ); document.write( "
\n" );