document.write( "Question 501572: A $15000 investment is to be divided among two stocks so that $3000 less is invested in one stock than the other. How much will be invested in each. \r
\n" );
document.write( "\n" );
document.write( "I have to make an equation for this problem. I'm a little stumped. \n" );
document.write( "
Algebra.Com's Answer #338559 by edjones(8007)![]() ![]() You can put this solution on YOUR website! x is invested in one and x-3000 \n" ); document.write( "x+x-3000=15000 \n" ); document.write( "2x-3000=15000 \n" ); document.write( "2x=18000 \n" ); document.write( "x=$9000 \n" ); document.write( "x-3000=$6000 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |