document.write( "Question 1178247: Kevin has half of his investments in stock paying a 6% dividend and the other half in a stock paying 12% interest. If his total annual interest is $630, how much does he have invested? \n" ); document.write( "
Algebra.Com's Answer #807452 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let total investment be x\r
\n" ); document.write( "\n" ); document.write( "x/2 @ 6% ------0.06
\n" ); document.write( "x/2 @12 -------0.12\r
\n" ); document.write( "\n" ); document.write( "Total interest = 630\r
\n" ); document.write( "\n" ); document.write( "0.06x/2 + 0.12x/2 = 630\r
\n" ); document.write( "\n" ); document.write( "0.03x +0.06x = 630\r
\n" ); document.write( "\n" ); document.write( "0.09x = 630\r
\n" ); document.write( "\n" ); document.write( "x = 630*100/9 = 7000\r
\n" ); document.write( "\n" ); document.write( "Total investment = 7000\r
\n" ); document.write( "\n" ); document.write( "$ 3500 in each of them
\n" ); document.write( "
\n" ); document.write( "
\n" );