Answer:
4kg
Step-by-step explanation:all the other ones r lighter
I believe the answer is 90
Answer:
$170,000 D. $800,000
Step-by-step explanation:
$170,000 D. $800,000
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).
Answer:
We conclude that:
h(f(-1)) = -2
∴ option D i.e. -2 is correct.
Step-by-step explanation:
Given
f(x) = 4x² - 1
g(x) = 1/2x + 5
h(x) = 2(x - 4)³
To determine
h(f(-1)) = ?
In order to determine h(f(-1)) first we need to determine f(-1).
substitute x = -1 in the function f(x) = 4x² - 1
f(-1) = 4(-1)² - 1
f(-1) = 4(1) - 1
f(-1) = 4-1
f(-1) = 3
so
h(f(-1)) = h(3)
now substitute h = 3 in the function h(x) = 2(x - 4)³
h(x) = 2(x - 4)³
h(3) = 2(3 - 4)³
h(3) = 2(-1)³
h(3) = 2(-1)
h(3) = -2
Thus,
h(f(-1)) = h(3) = -2
Hence, we conclude that:
h(f(-1)) = -2
∴ option D i.e. -2 is correct.