document.write( "Question 437937: You invest $1,000.00 in one account and $3,000.00 in another account. Both accounts have the same interest rate over the same amount of time. How will the interest earned compare? \n" ); document.write( "
Algebra.Com's Answer #302944 by htmentor(1343) You can put this solution on YOUR website! In both cases, the amount of interest earned will be proportional to the principal. \n" ); document.write( "In general, the interest is given by the formula \n" ); document.write( "I = P((1+r)^n - 1), where P is the original principal, r is the interest rate, and t the term \n" ); document.write( "Since r and n are the same, we can write \n" ); document.write( "I = k*P, where k=constant \n" ); document.write( "One account starts with $1000, so \n" ); document.write( "I1 = 1000*k \n" ); document.write( "The other account starts with $3000, so \n" ); document.write( "I2 = 3000*k \n" ); document.write( "The ratio of the interest earned is 3:1 \n" ); document.write( " |