document.write( "Question 1147526: How can i find current GDP in amount in current year if i am given previous year GDP amount and grp growth in %?\r
\n" ); document.write( "\n" ); document.write( "GDP growth = (GDP in current period - GDP in the previous period) / GDP in the previous period * 100\r
\n" ); document.write( "\n" ); document.write( "But if i am given this data
\n" ); document.write( "GDP in the previous period = 10
\n" ); document.write( "GDP growth = 5
\n" ); document.write( "GDP in current period - GDP in the previous period = ?\r
\n" ); document.write( "\n" ); document.write( "You can see the calculation here :
\n" ); document.write( "https://www.omnicalculator.com/finance/gdp-growth
\n" ); document.write( "

Algebra.Com's Answer #768865 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
what you are given is this:
\n" ); document.write( "gdp in the previous period = 10
\n" ); document.write( "gdp growth = 5
\n" ); document.write( "if that is pure growth, then gdp in the current period is equal to 10 + 5 = 15.
\n" ); document.write( "if gdp growth = 5%, then gdp in current period = 10 + .05 * 10 = 10.5.
\n" ); document.write( "
\n" ); document.write( "
\n" );