document.write( "Question 1127007: An investor placed her money in a venture paying 7% interest. If she had had another $1500, she would have been able to invest her money at 10% and would have gained an additional $255 in annual interest income. How much did she invest? \n" ); document.write( "
Algebra.Com's Answer #743412 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
let x = the amount she invested at 7%.
\n" ); document.write( "let x + 1500 = the amount she could have invested at 10%.
\n" ); document.write( "let y = the interest earned.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have 2 equations that need to be solved simultaneously.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "they are:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( ".07 * x = y
\n" ); document.write( ".10 * (x + 1500) = y + 255\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve both equations for y to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( ".07 * x = y
\n" ); document.write( ".10 * (x + 1500) - 255 = y\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "simplify the second equation and leave the first equation as is to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( ".07 * x = y
\n" ); document.write( ".10 * x + .10 * 1500 - 255 = y\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "simplify the second equation further and leave the first equation as is to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( ".07 * x = y
\n" ); document.write( ".10 * x - 105 = y\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "subtract the first equation from the second to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( ".03 * x - 105 = 0\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "add 105 to both sides of this equation to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( ".03 * x = 105\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve for x to get:\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "x = 105 /.03 = 3500.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3500 is the amount invested at 7%.
\n" ); document.write( "3500 + 1500 = 5000 is the amount that could have been invested at 10%, if she had the extra 1500.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( ".07 * 3500 = 245
\n" ); document.write( ".10 * 5000 = 500\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "500 - 245 = 255\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "interest on amount invested at 10% minus interest on amount invested at 7% = 255, as expressed in the problem statement.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solution looks good.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solution is that the amount that she invested at 7% is 3500.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );