Given
R is the interior of ∠ TUV.
m∠ RUV=30degrees, m∠ TUV=3x+16, and m∠ TUR=x+10.
Find the value of x and the m ∠TUV.
To proof
As given in the question
m ∠TUV=3x+16, and m ∠TUR=x+10
thus
m∠ RUV = m∠ TUV - m∠ TUR
= 3x + 16 - x -10
= 2x + 6
As given
m ∠RUV=30°
compare both the values
we get
30 = 2x + 6
24 = 2x
12 = x
put this value in the m ∠TUV= 3x+16
m ∠TUV= 12× 3 +16
= 52°
Hence proved
The correct answer is A. 1
Answer:
P(X=3cars) = 0.052
P(X>3 cars) = 0.00638
Step-by-step explanation:
In total there are 7 cars per hour.
Using formulae for geometric Probability
P(X=3) = (7^3×e-7)/3! = 0.0521
P(X>3cars) = (7^2× e-7)/2! =
P(X>3) = 0.0128/2×1 =0.00638
Answer:
36years
Step-by-step explanation:
Let charity present age be x
Charity daughter present age be y
Charity husband present age be z
If the sum of their ages ten years to come is 117, then;
10+x+10+y+10+z = 117
30+x+y+z = 117
x+y+z = 87 ... 1
If charity is four times as old as her daughter, then;
x = 4y
y = x/4 ... 2
If she is also six years younger than her husband, then;
x = z- 6
z = x+6 .. 3
Substitute 2 and 3 into 1;
x + x/4 + (x+6) = 87
Multiply through by 4
4x + x + 4(x+6) = 4(87)
5x+4x+24 = 348
9x = 348 - 24
9x = 324
x = 324/9
x = 36
hence Charity is 36years old today
F(x)=x⁴-1
f'(x)=4x³
Newton’s Method: x[n+1]=x[n]-f(x[n])/f'(x[n]); x[n+1]=x[n]-(x[n]⁴-1)/4x[n]³
x₁=3.00390625
x₂=2.26215...
x₃=1.7182...
X'=X-(X⁴-1)/4X³=X-X/4+1/4X³ is a symbolic way of writing the recursive formula, where X' represents the next iteration.
When X'≈X, -X/4+1/4X³≈0; so X/4≈1/4X³; X≈1/X³, so X⁴≈1 and X⁴-1≈0. But this is f(x)≈0. Hence Newton’s Method converges to a solution.
The rate of change is x[n+1]-x[n]=-(x[n]⁴-1)/4x[n]³=x[n]/4-1/4x[n]³ or symbolically -X/4+1/4X³.
Note that the method converges to one solution. A different x₀ will possibly converge to the solution x=-1.