document.write( "Question 129472This question is from textbook Introductory & Intermediate Algebra
\n" );
document.write( ": Melissa has saved a total of $30,000 and wants to invest in three different stocks: Pepsico, IBM, and Microsoft. She wants the Pepsico amount to be $1,000 less than twice the IBM amount and the Microsoft amount to be $2,000 more than the total in the other two stocks. How much should she invest in each stock? \n" );
document.write( "
Algebra.Com's Answer #94900 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=IBM\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"the Pepsico amount to be $1,000 less than twice the IBM amount\" __ 2x-1000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"Microsoft amount to be $2,000 more than the total in the other two stocks\" \n" ); document.write( "__ x+2x-1000+2000 __ 3x+1000\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+2x-1000+3x+1000=30000 __ 6x=30000 \n" ); document.write( " |