document.write( "Question 701382: a person invested $15,000 in stocks and bonds. Her investment in bonds is $3000 more than one third her investment in stocks. How much did she invest in stocks? \n" ); document.write( "
Algebra.Com's Answer #432417 by sachi(548) You can put this solution on YOUR website! a person invested $15,000 in stocks and bonds. Her investment in bonds is $3000 more than one third her investment in stocks. How much did she invest in stocks? \n" ); document.write( "let her investment in stocks is $x \n" ); document.write( "then her investment in bonds=x/3+3000 \n" ); document.write( "now x/3+3000+x=15000 \n" ); document.write( "or (x+3x)/3=15000-3000=12000 \n" ); document.write( "or 4x=12000*3=36000 \n" ); document.write( "or x=36000/4=9000 \n" ); document.write( "so her investment in stocks is $9000 & in bonds is $6000 \n" ); document.write( "ans \n" ); document.write( " |