document.write( "Question 999514: Sally has a stock that earns 10% every year. She says that if the stock does this every year for 5 years, it will have gained 50% overall. Is Sally correct? Why or why not? \n" ); document.write( "
Algebra.Com's Answer #617131 by addingup(3677) You can put this solution on YOUR website! Let's call the amount at the end of 5 years A. Also, the initial investment we will call P, and r will be the rate (rate is another word for interest) and t is for time. Our formula is: \n" ); document.write( "A= Prt \n" ); document.write( "We are trying to find out what rt will be at the end of 5 years if the investment pays 10%/year: \n" ); document.write( "A= P*0.10*5 \n" ); document.write( "A= P*0.5 and if we multiply 0.5*100 we get 50% \n" ); document.write( "--------------------------------------------------------- \n" ); document.write( "NOTE: %, percent is better described as per-cent, which literally means per one hundred. This is why we divide the percentage by 100, so we can know how much it is per one. For example, if I have 10 dollars and make 20%... well, the number doesn't help me. I don't have 100, I have 10. So I divide the 20/100= .20 and now, since I know it's .20 per one, I can multiply the .20*10 and know that I made 2. \n" ); document.write( " |