To find the solutions to this equation, we can apply the quadratic formula. This quadratic formula solves equations of the form ax^2 + bx + c = 0
x = [ -b ± √(b^2 - 4ac) ] / (2a)
x = [ -15 ± √((15)^2 - 4(2)(4)) ] / ( 2(2) )
x = [-15 ± √(225 - (32) ) ] / ( 4 )
x = [-15 ± √(193) ] / ( 4)
x = [-15 ± sqrt(193) ] / ( 4 )
x = -15/4 ± sqrt(193)/4
The answers are -15/4 + sqrt(193)/4 and -15/4 - sqrt(193)/4.
3 inches to 6 feet is the possible answer
(1 point) Let pp be the quartic (degree 4) polynomial that satisfies p(i)=2i,i=0,1,2,3,4. p(i)=2i,i=0,1,2,3,4. Then p(x)=p(x)= .
julia-pushkina [17]
Answer:
a = 1/3
b = -3
c = 26/3
d = -6
e = 0
Step-by-step explanation:
Given the quartic polynomial
p(x)=ax⁴+bx³+cx²+dx+e and
p(i) =2i when i=0,1,2,3,4
If i = 0:
p(0) = 2(0)
p(0) = 0
0 = 0+0+0+0+0++e
e = 0
When i = 1
p(1) = 2(1) = 2
2 = a(1)⁴+b(1)³+c(1)²+d(1)+e
2 = a+b+c+d+0
a+b+c+d = 0... (1)
When i = 2, p(2) = 2(2)
p(2) = 4
4 = a(2)⁴+b(2)³+c(2)²+d(2)+e
4 = 16a+8b+4c+2d+0
16a+8b+4c+2d = 4
8a+4b+2c+d = 2... (2)
When i = 3
p(3) = 8
8 = a(3)⁴+b(3)³+c(3)²+d(3)+0
8 = 81a+27b+9c+3d..(3)
When i = 4
p(4) =16
16 = a(4)⁴+b(4)³+c(4)²+d(4)+0
16 = 256a+64b+16c+4d
64a+16b+4c+d = 4...(4)
Solving equation 1 to 4 simultaneously.
Check the attachment for solution.
Options are not provided but if range of √mx and m√x are same then m must be greater than or equal to 0. ( m ≥ 0 )
Because if m is negative then m√x would be flipped over x-axis but √mx will be flipped over y-axis which cause different ranges.
So m ≥ 0 must be true.
Hope this helps.