

InterviewSolution
Saved Bookmarks
1. |
If the Nominal GDP is Rs.1,200 and Price Index (with base=100) is 120, calculate Real GDP. |
Answer» <html><body><p></p>Solution :<a href="https://interviewquestions.tuteehub.com/tag/real-1178490" style="font-weight:bold;" target="_blank" title="Click to know more about REAL">REAL</a> <a href="https://interviewquestions.tuteehub.com/tag/gdp-467979" style="font-weight:bold;" target="_blank" title="Click to know more about GDP">GDP</a> = `("Nominal GDP")/("<a href="https://interviewquestions.tuteehub.com/tag/price-1165141" style="font-weight:bold;" target="_blank" title="Click to know more about PRICE">PRICE</a> Index")<a href="https://interviewquestions.tuteehub.com/tag/xx100-3292680" style="font-weight:bold;" target="_blank" title="Click to know more about XX100">XX100</a>`<br/>substituting the given values in the question<br/>Real GDP=`(1200)/(<a href="https://interviewquestions.tuteehub.com/tag/120-270396" style="font-weight:bold;" target="_blank" title="Click to know more about 120">120</a>)xx100` <br/> or, Real GDP = Rs.1000</body></html> | |