document.write( "Question 286374: Annie made a real estate investment that earned 7.5% annual simple interest. She made a second investment that was half the amount of the first and earned 9% interest. The total amount of interest earned was $900. how much did annie invest in the second investment \n" ); document.write( "
Algebra.Com's Answer #207684 by checkley77(12844) ![]() You can put this solution on YOUR website! .075*2x+.09x=900 \n" ); document.write( ".15x+.09x=900 \n" ); document.write( ".24x=900 \n" ); document.write( "x=900/.24 \n" ); document.write( "x=3,750 amount of the 9% investment. \n" ); document.write( "2*3,750=7,500 amount invested @ 7.5%. \n" ); document.write( "Proof: \n" ); document.write( ".075*7,500+.09*3,750=900 \n" ); document.write( "562.50+337.50=900 \n" ); document.write( "900=900 \n" ); document.write( " |