document.write( "Question 1159813: If you decide to make two investments that yield the same return, how much did you invest in each?
\n" );
document.write( "(1) Of the total amount invested, 3/10 of it plus $600,000.00 invested in the first one.
\n" );
document.write( "(2) At the end of the first year you received $150,000.00 in total return.\r
\n" );
document.write( "\n" );
document.write( "A) (1) on its own.
\n" );
document.write( "B) (2) on your own.
\n" );
document.write( "C) Both (1) and (2) together.
\n" );
document.write( "D) Each on its own, (1) or (2).
\n" );
document.write( "E) Additional information is required. \n" );
document.write( "
Algebra.Com's Answer #782950 by Theo(13342)![]() ![]() You can put this solution on YOUR website! as far as i can see, you probably need both 1 and 2 plus some additional information, like the interest rate.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "my reasoning is as follows: \n" ); document.write( "let x = the amount of the original investment. \n" ); document.write( "first investment was 3/10 * x + 600,000 \n" ); document.write( "second investment would be 7/10 * x - 600,000. \n" ); document.write( "the reason for this is the total investment has to be x, therefore: \n" ); document.write( "3/10 * x + 600,000 + 7/10 * x - 600,000 = x. \n" ); document.write( "if you let y equal the common interest rate, then the formula for the interest becomes: \n" ); document.write( "(3/10 * x + 600,000) * y + (7/10 * x - 600,000) * y = 150,000 \n" ); document.write( "simplify to get: \n" ); document.write( "3/10 * xy + 600,000 * y + 7/10 * xy - 600,000 * y = 150,000 \n" ); document.write( "combine like terms to get: \n" ); document.write( "xy = 150,000 \n" ); document.write( "x is the original investment. \n" ); document.write( "y is the interest rate.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can't find the original investment because you don't know what the interest rate is. \n" ); document.write( "for example: \n" ); document.write( "assume the interest rate was 10%. \n" ); document.write( "the formula would then become x * .10 = 150,000 \n" ); document.write( "you would then solve for x to get x = 150,000 / .10 = 1,500,000. \n" ); document.write( "the first investment would be 3/10 * that + 600,000 = 1,050,000. \n" ); document.write( "the second investment would be 7/10 * that - 600,000 = 450,000. \n" ); document.write( "total investment would be 1,050,000 + 450,000 = 1,500,000. \n" ); document.write( "interest for first investment would be 105,000. \n" ); document.write( "interest for second investment would be 45,000. \n" ); document.write( "total interest would be 105,000 + 45,000 = 150,000.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "if you assumed an interest rate, then you could find the amount of the original investment. \n" ); document.write( "without that, you're out of luck, because you don't have sufficient information.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's what i'm thinking. \n" ); document.write( " |