document.write( "Question 850150: What rational equation would I use to solve the problem:
\n" );
document.write( "Amy invested a total of $21,000 in stocks and bonds. If the amount invested in bonds is half that invested in stocks, how much is invested in each category?\r
\n" );
document.write( "\n" );
document.write( "Thank you!
\n" );
document.write( "Dana :) \n" );
document.write( "
Algebra.Com's Answer #511981 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! stock investment is x and bonds invested is x/2, therefore \n" ); document.write( "x + x/2 = 21000 \n" ); document.write( "3x/2 = 21000 \n" ); document.write( "3x = 42000 \n" ); document.write( "x = 14000 \n" ); document.write( "$14,000 invested in stocks \n" ); document.write( "$7,000 invested in bonds \n" ); document.write( " \n" ); document.write( " |