document.write( "Question 1072060: Three student teams collected 65 books for the school library. The first team collected 10 fewer books than the second team and the third team collected 30% of the number of books collected by first and second teams together. How many books did each team collect? \n" ); document.write( "
Algebra.Com's Answer #687034 by Mini-(17)\"\" \"About 
You can put this solution on YOUR website!
Let: X + Y + Z = 65
\n" ); document.write( " X = Y - 10
\n" ); document.write( " Z = 0.30 * ( X + Y )
\n" ); document.write( "Then:
\n" ); document.write( "Z = 0.3 * ( (Y - 10) + Y )
\n" ); document.write( "Z = 0.3 * ( 2*Y - 10 ) = 0.6*Y - 3
\n" ); document.write( "(Y - 10) + Y + 0.6*Y - 3 = 65
\n" ); document.write( "2.6*Y - 13 = 65
\n" ); document.write( "2.6*Y = 78\r
\n" ); document.write( "\n" ); document.write( "Y = 78 / 2.6 = 30
\n" ); document.write( "X = Y - 10 = 20
\n" ); document.write( "Z = 0.3 * 50 = 15
\n" ); document.write( "
\n" ); document.write( "
\n" );