document.write( "Question 1186537: A bank earns 3% interest per annum compounded monthly for an initial savings deposit of 100,000 pesos. Find the net value of the deposit after 3 quarters if the earning is subjected to a 21% tax.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #849432 by CPhill(1959)![]() ![]() You can put this solution on YOUR website! Here's how to calculate the net value of the deposit:\r \n" ); document.write( "\n" ); document.write( "1. **Calculate the interest rate per month:** \n" ); document.write( " The annual interest rate is 3%, so the monthly interest rate is 3% / 12 = 0.25% or 0.0025 as a decimal.\r \n" ); document.write( "\n" ); document.write( "2. **Calculate the number of months in 3 quarters:** \n" ); document.write( " There are 3 months in a quarter, so 3 quarters is equal to 3 * 3 = 9 months.\r \n" ); document.write( "\n" ); document.write( "3. **Calculate the future value of the deposit before tax:** \n" ); document.write( " We use the formula for compound interest: \n" ); document.write( " Future Value = Principal * (1 + interest rate)^number of periods \n" ); document.write( " Future Value = 100,000 * (1 + 0.0025)^9 \n" ); document.write( " Future Value = 100,000 * (1.0025)^9 \n" ); document.write( " Future Value ≈ 100,000 * 1.0226 \n" ); document.write( " Future Value ≈ 102,260 pesos\r \n" ); document.write( "\n" ); document.write( "4. **Calculate the tax amount:** \n" ); document.write( " The tax rate is 21%, so the tax amount is: \n" ); document.write( " Tax = Future Value * tax rate \n" ); document.write( " Tax = 102,260 * 0.21 \n" ); document.write( " Tax ≈ 21,474.60 pesos\r \n" ); document.write( "\n" ); document.write( "5. **Calculate the net value after tax:** \n" ); document.write( " Net Value = Future Value - Tax \n" ); document.write( " Net Value = 102,260 - 21,474.60 \n" ); document.write( " Net Value ≈ 80,785.40 pesos\r \n" ); document.write( "\n" ); document.write( "Therefore, the net value of the deposit after 3 quarters, after the 21% tax is applied, is approximately $\boxed{80,785.40}$ pesos. \n" ); document.write( " \n" ); document.write( " |