document.write( "Question 150439: Ok, here is a real life equation that I need to solve for a calulation I'm doing at work. I need to solve for x in the following equation:\r
\n" );
document.write( "\n" );
document.write( "A = B * (1+i)^x + C * (1+j)^x\r
\n" );
document.write( "\n" );
document.write( "where i and j are interest rates and A, B and C are dollar amounts. In story problem language the problem is: How long will it take for Fund B and Fund C combined take to grow to amount A given that Fund B is growing at i% and Fund C is growing at j%? I know I can't just multiply both sides by ln in this equation and have it work, so I'm not sure what to do with it. \n" );
document.write( "
Algebra.Com's Answer #110386 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Use a graphing calculator. \n" ); document.write( "Let Y1=A \n" ); document.write( "Let Y2 = the right side of your equation for specific i and j values. \n" ); document.write( "Find the x-value of the intersection point of the two graphs. \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |