document.write( "Question 366078: Jack invests $1500 at a certain annual interest rate, and he invests another $3000 at an annual rate that is one-half percent higher. If he receives a total of $285 interest in 1 year, at what rate is the $1500 invested?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #260917 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Let r be the rate at which the $1500 is invested. Thus r + .005 is the rate at which the $3000 is invested at (be careful on the decimal point)...thus we have \n" ); document.write( "1500r + 3000(r + .005) = 285 \n" ); document.write( "Multiply through and get \n" ); document.write( "1500r + 3000r + 15 = 285 \n" ); document.write( "Collect and get \n" ); document.write( "4500r + 15 = 285 \n" ); document.write( "Subtract 15 and get \n" ); document.write( "4500r = 270 \n" ); document.write( "Now divide by 4500 and get \n" ); document.write( "r = .06 = 6% \n" ); document.write( " |