An integer is a whole number. Sum means to add and since they are consecutive, there is only a difference of 1 between them.
1) 21 + 23: not consecutive
2) 23+24= 47: has to be at least 46
3) 22+23= 45: has to be at least 46
4) 24+25= 49: has to be at least 46
So we have two possibilities: either #2 or #4. Find least possible pair of integers.
x= first integer
x+1= second integer
x + (x+1) >= 46
2x + 1 >=46
2x>=45
x>=22.5
Answer:
The first integer has to be greater than or equal to 22.5. Since integers are whole numbers, round up to the next whole number. The least possible integers are #2) 23 and 24.
Hope this helps! :)
X^m means x times itself m times
(-6)^5 means -6 time itself 5 times
simplify it says
remember that
(mn)^x=(m^x)(n^x)
undistribute the -1
(-6)^5=(-1)^5 times (6^5)
(-1)^5=-1 since it is odd power
can be simplified to
-6^5
(note, -6^5 vs (-6)^5 PEMDAS)
Answer:
0.52
Step-by-step explanation:
(13/25)(4/4)=52/100
52/100=0.52
Answer: The graph will move 9 spaces to the right.
Answer:
Step-by-step explanation:
Question (1)
x² + 10x + 12
= x² + 2(5x) + 5² - 5² + 12
= [x² + 2(5x) + 5²] - 5² + 12
= (x + 5)² - 25 + 12 [Since, a² + 2ab + b² = (a + b)²]
= (x + 5)² - 13
Question (2)
y² - 6y - 15
= y² - 2(3y) - 15
= y² - 2(3y) + 3² - 3² - 15
= [y² - 2(3y) + 3²] - 3² - 15 [Since, a² - 2ab + b² = (a - b)²]
= (y - 3)² - 3²- 15
= (y - 3)² - 9 - 15
= (y - 3)² - 24