document.write( "Question 272180: Sam invested $20,000 in stocks and bonds. The stocks paid 3% annual return and the bonds paid 5% annual return. If the return on the stocks was $40 more than the return on the bonds, find the amount he invested in each.
\n" );
document.write( "Let= statement and formula please. Thank You. \n" );
document.write( "
Algebra.Com's Answer #199183 by scott8148(6628) You can put this solution on YOUR website! let x=\"bond amount\", so 20000-x=\"stock amount\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x(5%) + 40 = (20000-x) (3%) \n" ); document.write( " |