document.write( "Question 189524This question is from textbook Algebra 2
\n" );
document.write( ":  I really need your help in writing an exponential function whose graph passes through the points (0,-5) and (-2,-20). Then determining whether the function represents exponential growth or decay. I would really appreciate any help! \n" );
document.write( "
| Algebra.Com's Answer #142214 by scott8148(6628)     You can put this solution on YOUR website! a general form would be ___ y = m * n^x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for the first point ___ -5 = m * n^0 ___ -5 = m * 1 ___ -5 = m\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for the second point ___ -20 = -5 * n^-2 ___ 4 = n^-2 ___ 1/4 = n^2 ___ 1/2 = n\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so the function is ___ y = -5 * (1/2)^x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since the base for the exponent is fractional (<1), the function represents exponential decay \n" ); document.write( " |