It’s d or a but it’s probably d don’t take my word for it boy
Answer: 25
Explanation:
The 1st factor is 1.
The 2nd factor is the number itself.
The 3rd factor must be a factor that multiplies itself to get to the number.
The number must be 25, factors = 1, 5, 15
Answer:Roots: 3;2;-1
Step-by-step explanation: i use horner's scheme for approximating the roots of polynomials
Lets begin with our y=mx+b, our constant(b) is 800 that she earns as a salary, our x represents the amount she sells, m then represents the commission which is 8.25% so converting that to a decimal and replacing it as m gets us y = 0.0825x+800. Replace $4500 for x and we have y=0.0825(4500)+800 solve and we get $1171.25
Using the dot product:
For any vector x, we have
||x|| = √(x • x)
This means that
||w|| = √(w • w)
… = √((u + z) • (u + z))
… = √((u • u) + (u • z) + (z • u) + (z • z))
… = √(||u||² + 2 (u • z) + ||z||²)
We have
u = ⟨2, 12⟩ ⇒ ||u|| = √(2² + 12²) = 2√37
z = ⟨-7, 5⟩ ⇒ ||z|| = √((-7)² + 5²) = √74
u • z = ⟨2, 12⟩ • ⟨-7, 5⟩ = -14 + 60 = 46
and so
||w|| = √((2√37)² + 2•46 + (√74)²)
… = √(4•37 + 2•46 + 74)
… = √314 ≈ 17.720
Alternatively, without mentioning the dot product,
w = u + z = ⟨2, 12⟩ + ⟨-7, 5⟩ = ⟨-5, 17⟩
and so
||w|| = √((-5)² + 17²) = √314 ≈ 17.720