I am not certain of what you wrote for the function but will assume that is likely exponential function or quadratic function.
First, (quadratic function) To solve this, you must know the quadratic formula. The x-intercept is value(s) that has the output value(y) of 0.
If the vertex of the quadratic function of (0,0), there is only one x-intercept. The number and value of the x-intercept depends on the slope and vertical displacement.
Second, (exponential function) note that there is no x-intercept. For instance, if a is 2, is there such value y that 2^y is 0? The smallest exponential value that is an integer is 1. Even broadening the limit to rational numbers, no such exponential value can have the result of 0. Therefore, in the basic form of exponential function, there is no x-intercept.
Answer:
3rd option: B(C)= 1.79C +86.03
Step-by-step explanation:
Total bill
= cost of cans(number of cans) +cost of other groceries
Let the cost of other groceries be G, and the cost of cans be X.
Given that number of cans= C,
Total bill= XC +G
If 2 cans were purchased,
2X+G= 89.61 -----(1)
If 5 cans were purchased,
5X +G= 94.98 -----(2)
(2) -(1):
(5X +G) -(2X +G)= 94.98 -89.61
5X +G -2x -G= 5.37
3X= 5.37
X= 5.37 ÷3 <em>(</em><em>÷</em><em>3</em><em> </em><em>on</em><em> </em><em>both</em><em> </em><em>sides</em><em>)</em>
X= 1.79
Subst. X= 1.79 into (1):
2(1.79) +G= 89.61
3.58 +G= 89.61
G= 89.61 -3.58 <em>(</em><em>-3.58</em><em> </em><em>on</em><em> </em><em>both</em><em> </em><em>sides</em><em>)</em>
G= 86.03 <em>(</em><em>simplify</em><em>)</em>
Total bill
= XC +G
= 1.79C +86.03
Thus, the function is B(C)= 1.79C +86.03.
Set each set of parentheses to 0 and solve for x.
X—6 = 0
X = 6
X + 5 = 0
X = -5
X-9 = 0
X = 9
The zeros are 6, -5, 9
Step-by-step explanation:
G Brock 85 is equal to 5 cubic flask bracket 5 Time 5 G briquettes 5 bracket equals to 5 cubic plus bracket 5 x 5 bracket is equal to 125 + 25 is equals to 150
Answer:
years worked: 14
at least 10 years: 73%
Step-by-step explanation:
The mean is found by adding the years of service and dividing by the number of employees. The total years of service is 417, so the average is ...
average years worked = 417/30 = 13.9 ≈ 14 . . . years
__
The percentage of employees that have worked there at least 10 years is found by counting the number with 10 or more years of service and dividing that count by the total number of employees. The result is then expressed as a percentage.
(10 years or over)/(total number) = 22/30 = 0.73_3 (a repeating decimal) ≈ 73%
_____
Comment on the working
A spreadsheet can be helpful for this. It has a function that can calculate the mean for you. Sorting the years of service into order can make it trivially easy to count the number that are 10 or more, or you can write a function that will do the count for you. (Also, less than 10 means the years are a single digit. There are 8 single-digit numbers in your list.) The hard part is copying 30 numbers without error.