Split the second term in 3a^2 - 8a + 4 into two terms
3a^2 - 2a - 6a + 4 = 0
Factor out common terms in the first two terms, then in the last two terms.
a(3a - 2) -2(3a - 2) = 0
Factor out the common term 3a - 2
(3a - 2)(a - 2) = 0
Solve for a;
a = 2/3,2
<u>Answer : B. (2/3,2)</u>
The correct answer is C. Sample survey
Explanation:
A sample survey is a study method that involves selecting a portion of a population and asking questions to these individuals to know their opinions or insights about a particular situation. Additionally, the answers provided by the selected individuals are used to make conclusions about all the population. This method is the one used in the situation described because the store manager selects only some customers to know about the sales they prefer and would likely use this information to know the preferences of all the customers.
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.
Answer:
x ≈ -4.419
Step-by-step explanation:
Separate the constants from the exponentials and write the two exponentials as one. (This puts x in one place.) Then use logarithms.
0 = 2^(x-1) -3^(x+1)
3^(x+1) = 2^(x-1) . . . . . add 3^(x+1)
3×3^x = (1/2)2^x . . . . .factor out the constants
(3/2)^x = (1/2)/3 . . . . . divide by 3×2^x
Take the log:
x·log(3/2) = log(1/6)
x = log(1/6)/log(3/2) . . . . . divide by the coefficient of x
x ≈ -4.419
_____
A graphing calculator is another tool that can be used to solve this. I find it the quickest and easiest.
_____
<em>Comment on alternate solution</em>
Once you get the exponential terms on opposite sides of the equal sign, you can take logs at that point, if you like. Then solve the resulting linear equation for x.
(x+1)log(3) = (x-1)log(2)
x=(log(2)+log(3))/(log(2)-log(3))