document.write( "Question 625906: the simple interest earned when a principal p is invested at a rate r for a time t is calculated by multiplying the principal by the rate by the time write an expression for the interest earned. how do you translate that? \n" ); document.write( "
Algebra.Com's Answer #393907 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
i = p*r*t
\n" ); document.write( "that's your equation.
\n" ); document.write( "i = interest
\n" ); document.write( "p = principal
\n" ); document.write( "r = interest rate
\n" ); document.write( "t = time
\n" ); document.write( "example:
\n" ); document.write( "p = 100 dollars
\n" ); document.write( "r = 5% per year
\n" ); document.write( "t = 2 years
\n" ); document.write( "i = 100*.05*2 = 10
\n" ); document.write( "note that 5% per year is equivalent to an interest rate of .05 per year.
\n" ); document.write( "the interest rate is the percent rate divided by 100
\n" ); document.write( "5% / 100 = .05
\n" ); document.write( "
\n" ); document.write( "
\n" );