THE ANSWER IS D
YOU HAVE AT TIME ZERO 10 BACTERIA,
AFTER 15 SEC YOU HAVE 20 BACT
AFTER 30 SEC THE NUMBER DOUBLES SO YOU HAVE 40 BACT
AFTER 45 SEC YOU YOU HAVE 80
AND SO ON, AFTER 120 SEC YOU HAVE 2560 BACT
Answer:
. 2) It’s positive only if the first integer is greater
Answer:
x = -1 ± √109
Step-by-step explanation:
2x • 3x + (2 • 3)x + 6x = 648
According to PEMDAS (parentheses/exponents | multiplication/division | addition/subtraction), we should solve the parentheses first.
(2 • 3) = 6
Now we have:
2x • 3x + (6)x + 6x = 648
Now let's multiply.
2x • 3x = 6x²
6 • x = 6x
Now we have.
6x² + 6x + 6x = 648
Combine like terms.
6x² + 12x = 648
Let's factor out a 6.
6(x² + 2x) = 648
Divide both sides by 6.
x² + 2x = 108
Let's use completing the square.
Our equation is in a² + bx = c form.
Divide b by 2.
2/2 = 1
Then square it.
1² = 1
Add 1 to both sides.
x² + 2x + 1 = 108 + 1
Simplify.
x² + 2x + 1 = 109
Now we want to factor the left side. A shortcut is just to use b/2.
(x + 1)² = 109
Take the square root of both sides.
x + 1 = ±√109
The square root is as simplified as possible.
Subtract 1 from both sides.
x = -1 ± √109
Hope this helps!