document.write( "Question 1107249: John invested $30k in various stocks & bonds. He earned 6% on his bonds
\n" ); document.write( "and 12% on his stocks. Total profits on both investments = $2460.
\n" ); document.write( "How much of the $30k did he invest in bonds???
\n" ); document.write( "

Algebra.Com's Answer #722262 by ikleyn(52781)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "One single equation in one single unknown B = How much of the $30k did he invest in bonds\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\r\n" );
document.write( "interest  +  interest      = total interest\r\n" );
document.write( "on bonds     on stocks\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "0.06*B    + 0.12*(30000-B) = 2460.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Simplify and solve for B.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "0.06*B + 3600 - 0.12*B = 2460\r\n" );
document.write( "\r\n" );
document.write( "-0.06*B = 2460 - 3600 = -1140  ====>  B = \"%28-1140%29%2F%28-0.06%29\" = 19000.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Answer.  $19000 was invested in bonds.\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );