204k views
0 votes
It is possible to approximate the outside temperature based on how fast crickets are chirping. Suppose on a 50 degree day, you measure 52 chirps in a minute, and on a 74 degree day, you measure 148 chirps in a minute.

1. Based on this data, determine a linear equation that will output the number of chirps in a minute, n, given the temperature in degrees, t.

1 Answer

7 votes

Answer:

Linear equation n = 4t-148

Explanation:

we have to find the equation, that's why we select the data

(t, n) = (50, 52) and (14,148)

we look as follows

n-52 = ((148-52) / (14-50)) * (t-50)

We perform the indicated operations

n-52 = (96/24) * (t-50)

n-52 = 4 (t-50)

finally we get the result

n = 4t-148

User Resolveaswontfix
by
5.0k points