Funciones Matemáticas
Desliza para mostrar el menú
Consideremos algunas funciones matemáticas. En la segunda sección, ya utilizamos la función SUMA (SUM) e hicimos una fórmula personalizada para calcular el porcentaje.
Task:
Calculate the area and circumference of circle given its radii.
- Prepare Your Excel Sheet:
- Create a table with the first column labeled "Radius";
- Add two more columns labeled "Area" and "Circumference";
- Enter Radii equal to 5;
- In the "Area" column, use the formula:
=PI() * POWER(A2, 2); - In the "Circumference" column, use the formula:
= PI() * A2 * 2; - Additionally, you can round the results using the
=ROUND()function.
Note
In different versions of Excel or Sheets, commas (,) are used to separate function arguments, while in other versions, semicolons (;) are expected. You can verify this in the syntax hints that appear when entering a formula.
1. ¿Cuál es el área del círulo con un radio igual a 5, redondeado a dos decimales?
2. ¿Cuál es la circunferencia de un círculo con un radio igual a 5, redondeada a dos decimales?
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 3. Capítulo 4
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla
Sección 3. Capítulo 4