X=1/27 decimal form=0.037 repeating
Answer:
Between (-6,0) and (-5,0).
Step-by-step explanation:
When it crosses the x axis, it's an x-intercept. To find the x-intercept, set y (aka f(x)) to zero. The solutions to the equation are approximately 3.36 and - 5.36. Since you're finding the negative x-intercept, you only need the negative solution - 5.36. This is in between (-6,0) and (-5,0).
Assuming we need to find i such that
1 ≤ i ≤ n and t[i]=i.
If we need to find only the first occurrence, we can do:
for i:1 to n {
if t[i]=i then return(i)
}
If exhaustive search is required, then put the results (values of i) in an array or a linked list, return the number of values found, and the array (or linked list).
The answer is B. 18
Explanation:
We know that a square has 4 right angles. A right angle is 90°.
5x° = 90°
5(18)° =90°
90°=90°
Hope this helps some
43) 50% of the time, Store A has 550 or more customers per day.
44) Distribution A appears to be skewed to the left with no outliers and a center at 500 customers. Distribution B appears to be Normal with no outliers and a center at 400 customers.
45) Store A has more customers.