Excel for the Math Classroom
eBook - ePub

Excel for the Math Classroom

Bill Hazlett

Compartir libro
  1. 234 páginas
  2. English
  3. ePUB (apto para móviles)
  4. Disponible en iOS y Android
eBook - ePub

Excel for the Math Classroom

Bill Hazlett

Detalles del libro
Vista previa del libro
Índice
Citas

Información del libro

This guide to enabling middle-grade mathematics teachers to use Microsoft Excel in the classroom focuses primarily on concepts taught in grades 4–10, with some pre-algebra lessons for higher grades. Including files available for downloading to create custom math worksheets, build self-grading interactive spreadsheets, and use Excel to demonstrate charts and Cartesian math, this handbook provides fun examples of probability, solving equations, magic squares, and compound interest.

Preguntas frecuentes

¿Cómo cancelo mi suscripción?
Simplemente, dirígete a la sección ajustes de la cuenta y haz clic en «Cancelar suscripción». Así de sencillo. Después de cancelar tu suscripción, esta permanecerá activa el tiempo restante que hayas pagado. Obtén más información aquí.
¿Cómo descargo los libros?
Por el momento, todos nuestros libros ePub adaptables a dispositivos móviles se pueden descargar a través de la aplicación. La mayor parte de nuestros PDF también se puede descargar y ya estamos trabajando para que el resto también sea descargable. Obtén más información aquí.
¿En qué se diferencian los planes de precios?
Ambos planes te permiten acceder por completo a la biblioteca y a todas las funciones de Perlego. Las únicas diferencias son el precio y el período de suscripción: con el plan anual ahorrarás en torno a un 30 % en comparación con 12 meses de un plan mensual.
¿Qué es Perlego?
Somos un servicio de suscripción de libros de texto en línea que te permite acceder a toda una biblioteca en línea por menos de lo que cuesta un libro al mes. Con más de un millón de libros sobre más de 1000 categorías, ¡tenemos todo lo que necesitas! Obtén más información aquí.
¿Perlego ofrece la función de texto a voz?
Busca el símbolo de lectura en voz alta en tu próximo libro para ver si puedes escucharlo. La herramienta de lectura en voz alta lee el texto en voz alta por ti, resaltando el texto a medida que se lee. Puedes pausarla, acelerarla y ralentizarla. Obtén más información aquí.
¿Es Excel for the Math Classroom un PDF/ePUB en línea?
Sí, puedes acceder a Excel for the Math Classroom de Bill Hazlett en formato PDF o ePUB, así como a otros libros populares de Computer Science y Desktop Applications. Tenemos más de un millón de libros disponibles en nuestro catálogo para que explores.

Información

Año
2007
ISBN
9781615473151
Edición
1

Calculation Basics

Excel is great at doing math. When Dan Bricklin conceived of the first spreadsheet in 1978, he envisioned a calculator where you could set up a math problem, but then scroll backwards in time and change the terms in the problem to see a new answer. Along with Bob Frankston, he developed VisiCalc – a Visible Calculator. Since VisiCalc in 1979, all spreadsheets have been able to calculate.

This section will teach you the basic math operators and the functions available for demonstrating classroom math.

There are at least three common methods of entering formulas. In the first three examples below, you will learn these three methods of entering formulas. You can then choose whichever method is the easiest for you.

Using the Touch-Typing Method (Addition)

Figure 1 shows a story problem. You want to enter a formula in cell B6 that will add cells B4 and B5.
Figure 1
Solving an addition story problem in Excel with touch-typing
e9781615473151_i0002.webp
  1. Start your formula with an equals sign.
    With the mouse, single click in cell B6 to move the cellpointer to that cell. Every formula must start with an equals sign, so type the equals sign to start entering the formula.
    Figure 2
    Always start a formula with an equals sign.
    e9781615473151_i0003.webp
  2. Type in the rest of the formula.
    In this example, you will use the Touch-typing method of entering the formula. Without typing any spaces, finish typing the formula as follows: B4+B5
    Figure 3
    Using a formula to add values in two cells
    e9781615473151_i0004.webp
  3. Press Enter to tell Excel that the formula is complete.
    When your screen looks like Figure 3, press the Enter key on the keyboard. After you type Enter, Excel will calculate that the sum is 30. Excel will also move the cellpointer down one cell to B7.
    Figure 4
    Pointer automatically moves down one cell when calculation is done.
    e9781615473151_i0005.webp
  4. Look at the formula.
    Press the Up arrow one time to move the cellpointer back to cell B6. When B6 is selected, look at the formula bar just above the spreadsheet. Although the spreadsheet shows a value of 30 in the cell, the formula bar reveals that this cell actually contains a formula of =B4+B5.
    Figure 5
    Formula bar displays the formula used to derive the value in a cell.
    e9781615473151_i0006.webp
  5. See how the formula result changes when the elements change.
    Here is the “miracle” of spreadsheets. Move the cellpointer up to cell B4 and type a different number instead of the 20. Type 200 and press Enter. The cellpointer will move down to cell B5, but all formulas that reference B4 in the entire worksheet will instantly recalculate. Thus, cell B6 becomes 210.
    Figure 6
    A formula’s value automatically updates when any cells referenced in that formula change.
    e9781615473151_i0007.webp

Using the Mouse Method (Subtraction)

Figure 7 shows a subtraction story problem. In this case, you will want to set up a formula that subtracts B5 from B4. In this example, you will use the Mouse method for entering parts of the formula.
  1. Start your formula with an equals sign.
    As before, you have to type the equals sign on the keyboard to start the formula.
    Figure 7
    Formulas start with an equals sign
    e9781615473151_i0008.webp
  2. Select the first term.
    After typing the equals sign, use the mouse to touch cell B4. Because you are in formula entry mode, the formula in cell B6 automatically types B4 for you.
    Figure 8
    Solving a subtraction problem in Excel using the mouse
    e9781615473151_i0009.webp
  3. Enter a minus sign.
    Now, back on the keyboard, type the minus sign. Notice that when you type the minus sign, the flashing dots around B4 become a solid blue color. Excel is waiting for you to touch another cell with the mouse.
    Figure 9
    A solid blue box indicates that Excel is waiting for your input.
    e9781615473151_i0010.webp
  4. Select the second element.
    With the mouse, touch the 30 in cell B5. Excel will enter B5 in the formula.
    e9781615473151_i0011.webp
    Ti...

Índice