Answer:
the answer is acute 35.
Step-by-step explanation:
A. No, because -38 isn't a fraction.
2, No because 400 is a real number.
3. Yes because fractions, decimals, and percents are rational numbers.
hope that helped
Answer: 96 cm^3
To answer this, start by finding the volume of the square prism. The formula is L x W x H, therefore the volume is 3 x 3 x 10 = 90.
Then, find the volume of the pyramid on the top. Use the same formula but divide it by 3 because it is a pyramid. 3 x 3 x 2 / 3 = 6
Add 90 and 6 to get 96.
Answer:
The two iterations of f(x) = 1.5598
Step-by-step explanation:
If we apply Newton's iterations method, we get a new guess of a zero of a function, f(x), xₙ₊₁, using a previous guess of, xₙ.
xₙ₊₁ = xₙ - f(xₙ) / f'(xₙ)
Given;
f(xₙ) = cos x, then f'(xₙ) = - sin x
cos x / - sin x = -cot x
substitute in "-cot x" into the equation
xₙ₊₁ = xₙ - (- cot x)
xₙ₊₁ = xₙ + cot x
x₁ = 0.7
first iteration
x₂ = 0.7 + cot (0.7)
x₂ = 0.7 + 1.18724
x₂ = 1.88724
second iteration
x₃ = 1.88724 + cot (1.88724)
x₃ = 1.88724 - 0.32744
x₃ = 1.5598
To four decimal places = 1.5598
Answer:
Pretend that x and y represents the 2 numbers that we need to find.
According to the information, we know that:
x + y = 21
6x = y
Replace y in the first equation with 6x (because they are equal to each other according to the second equation):
x + y = 21
x + 6x = 21
7x = 21
x = 21/7 = 3
Now have two ways to find y, both will give us the same result:
3 + y = 21 ⇔ y = 21 - 3 = 18
6 · 3 = y ⇔ y = 18
So the numbers that we need to find are 3 and 18.