document.write( "Question 106737: A business club split a $30,000 investment among three bond funds. The first one grew at 2%, the second at 3% and the third at 6%. The total earnings were $1110. The earnings from the second fund were $150 more than those of the first. How much was invested in each fund?
\n" ); document.write( "I cannot figure this one out. every single time I try to translate the problem, its all jacked up. Im starting to get really frustrated. thank you for your help.
\n" ); document.write( "

Algebra.Com's Answer #77699 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
you have three unknowns so you need three equations\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "let x=\"amount @ 2%\", y=\"amount @ 3%\", z=\"amount @ 6%\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x+y+z=30000\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( ".02x+.03y+.06z=1110\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( ".02x+150=.03y
\n" ); document.write( "
\n" );