1
resposta

[Projeto] Desafio: resolvendo um problema de lógica

Prompt

I'm considering making an investment to cover my end-of-year expenses and, before I do, I'd like to have an idea of what to expect for the final amount, including interests values, to help me decide if it'll be enough.

These are the details:

  • Initial capital: R$ 6,500.00
  • Interest rate: 1% monthly
  • Period: 12 months

I want to know:

  • How the simple interest formula is calculated?
  • Which variables are taken into account in this situation?
  • What's the interest amount?
  • What's the final investment value?

In case you need more information, feel free to ask, please.

Resposta

Sure! In your case, we can use the simple interest formula, since you mentioned a fixed monthly interest rate over a fixed period.

  1. How is the simple interest formula calculated?

The formula is:

J=C⋅i⋅t

Where:

J = interest amount earned
C = initial capital
i = interest rate
t = time period

And the formula for the final amount is:

M=C+J

Where:

M = final amount
C = initial capital
J = interest earned

  1. Which variables are taken into account here?

Using your numbers:

Initial capital (C) = R$ 6,500.00
Interest rate (i) = 1% per month = 0.01
Time (t) = 12 months

  1. What's the interest amount?

Applying the formula:

J=6500⋅0.01⋅12

Result:

Interest earned = R$ 780.00

  1. What's the final investment value?

Now adding the interest to the initial capital:

M=6500+780

Result:

Final amount = R$ 7,280.00

Summary

| Item | Value |
| Initial capital | R$ 6,500.00 |
| Monthly interest rate | 1% |
| Period | 12 months |
| Interest earned | R$ 780.00 |
| Final amount | R$ 7,280.00 |

One important observation: this calculation uses simple interest, meaning the interest is calculated only over the original R$ 6,500.00 every month.

If you'd like, I can also show you:

  • how this would look with compound interest (which is more common in real investments),
  • a month-by-month evolution table,
    or
  • how much you'd need to invest to reach a specific end-of-year target amount.

Excelente resposta. Atendeu todas as solicitações do prompt de maneira clara e didática, inclusive sugerindo possíveis próximos passos que realmente enriqueceriam a análise.

1 resposta

Ei! Tudo bem, Carla?

Excelente trabalho na estruturação do seu prompt!

Seu projeto ficou definindo variáveis e solicitando a fórmula passo a passo — garante a confiabilidade dos resultados. A inclusão de uma tabela de resumo na resposta da IA também facilita muito a interpretação dos dados, o que é uma ótima prática de inovação e gestão de informações.

Continue praticando assim, desse jeito você vai consolidar bem a base.

Alura Conte com o apoio da comunidade Alura na sua jornada. Abraços e bons estudos!