Answer:
C
Step-by-step explanation:
10/4=2.5
2.5x38=95
95 minutes= 1 hour 35 minutes
So prime factorization is as it seems, finding the prime factors for a number. With this number, break it down as such:

<u>Looking at our factors, the prime factorization of 6400 is
</u>
Answer:
A and B
Step-by-step explanation:
Hopefully this helps
It has become somewhat fashionable to have students derive the Quadratic Formula themselves; this is done by completing the square for the generic quadratic equation ax2 + bx + c = 0. While I can understand the impulse (showing students how the Formula was invented, and thereby providing a concrete example of the usefulness of abstract symbolic manipulation), the computations involved are often a bit beyond the average student at this point.
Hello,
If we want to factor the expression, we have to solve
3x² + 10x + 8 = 0
a = 3 ; b = 10 ; c = 8
∆ = b² - 4ac = 10² - 4 × 3 × 8 = 4 > 0
x1 = (-b - √∆)/2a = (-10 - 2)/6 = -12/6 = -2
x2 = (-b + √∆)/2a = (-10 + 2)/6 = -8/6 = -4/3
Factor :
a (x - x1)(x - x2)
= 3(x + 2)(x + 4/3)
= (x + 2)(3x + 4)