document.write( "Question 905030: Carmella has $1200 invested in two stocks; one earns 8% per year and the other earns 12% per year. The income from the 8% stock is $3 more than the 12% stock? How much did she invest in each stock?\r
\n" );
document.write( "\n" );
document.write( "x=dollars invested in first stock
\n" );
document.write( "y=dollars invested in second stock\r
\n" );
document.write( "\n" );
document.write( "x+y=1200\r
\n" );
document.write( "\n" );
document.write( "Second equation is where I'm having trouble. The total income is not stated to write the interest equation for the system. \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #548981 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! .08(1200-x) - .12x = 3 \n" ); document.write( "96 - 3 = .20x \n" ); document.write( "93/.20 = x = $465 amt at 12%. Amount at 8% is $735 {{ \n" ); document.write( "And... checking \n" ); document.write( ".08*735 - .12*465 = 58.80 - 55.80 = 3 \n" ); document.write( " |