Ask Question
29 May, 06:58

Write an arithmetic expression that calculates the yearly interest earned on a amount that's stored in a decimal variable named principalAmount at an interest rate that's stored in a decimal variable named interestRate. (The interest rate is stored as a decimal fraction like. 055 for a rate of 5.5%.)

+5
Answers (2)
  1. 29 May, 07:16
    0
    Principal Amount x Interest Rate
  2. 29 May, 07:17
    0
    yearlyInterest = principalAmount * interestRate * year

    Step-by-step explanation:

    The general formula for interest is given as:

    (principal * rate * time) / 100

    but in this case the rate has been converted to decimal and the time is in year.

    The principal is represented as principalAmount

    The rate is represented as interestRate

    The time is represented as year

    So, the arithmetic expression is to multiply every term together without dividing by 100 since rate is expressed as a decimal fraction.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write an arithmetic expression that calculates the yearly interest earned on a amount that's stored in a decimal variable named ...” in 📗 Mathematics if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers