document.write( "Question 658151: Teresa makes an investment at % simple interest. At the end of 1 year, the total value of the investment is . How much did she originally invest? \n" ); document.write( "
Algebra.Com's Answer #410182 by chriswen(106)\"\" \"About 
You can put this solution on YOUR website!
So you have no numbers. I'm assuming you're using variables then.
\n" ); document.write( "Let x be the yearly interest rate.
\n" ); document.write( "Let $y be the investment after 1 year.
\n" ); document.write( "This is the equation for simple interest for 1 year.
\n" ); document.write( "Original Investment*(1+x)=y
\n" ); document.write( "So if you have y and want to know the original investment,
\n" ); document.write( "Original Investment = y/(1+x)
\n" ); document.write( "
\n" );