Math Problem Statement

Project1Sheet2 (1).pdf

8.27 KB

Project_1_Part_2.pdf

179.22 KB

These go together. Now follow these directions: • Your formula in A9 should correctly calculate the Number of People required based on the measurements entered in the Input cells. If I change the numbers in the Input cells change, the output must also change! • Your formula in B9 should correctly calculate the what percentage of the available population will be needed based on the measurements entered in the Input cells. If I change the numbers in the Input cells change, the output must also change! • Your formula in C9 should say “YES” or ”NO” depending on if your available population is large enough to span this length, hand-in-hand. To do this you will use the =IF() function! See if you can figure out how it works!

Solution

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Proportions
Unit conversion
Logical conditions (IF function)
Percentages

Formulas

Number of People = (Length of Line in Inches) / (Palm-to-Palm Length)
Percentage of Population = (Number of People / Available Population) * 100
=IF(C4 >= A9, "YES", "NO")

Theorems

-

Suitable Grade Level

Grades 6-9