Answer: i dont see a thing yur thing isnt
loading
Step-by-step explanation:
(
+ 4)(
- 4)
To solve this question you must FOIL (First, Outside, Inside, Last) like so
First:
(x^2 + 4)(x^2 - 4)
x^2 * x^2
x^4
Outside:
(x^2 + 4)(x^2 - 4)
x^2 * -4
-4x^2
Inside:
(x^2 + 4)(x^2 - 4)
4 * x^2
4x^2
Last:
(x^2 + 4)(x^2 - 4)
4 * -4
-16
Now combine all the products of the FOIL together like so...
x^4 - 4x^2 +4x^2 - 16
Combine like terms:
x^4 - 4x^2 +4x^2 - 16
- 4x^2 +4x^2 = 0
x^4 - 16 <<<This is your answer
Hope this helped!
~Just a girl in love with Shawn Mendes
The first answer is ''Linear pair postulate''
The second answer is ''Definition of suplementary''
The third answer is ''m∡ACB+45=180''
The fourth answer is ''Subtraction Property of Equality''
The fifth answer is ''∡ACB is obtuse''
The sixth answer is ''Definition of obtuse triangle''
Good luck!!!
Answer:
The correct option is B.
Step-by-step explanation:
In a program the variables are defined as
int a, b =2;
float c = 4.2;
The given statement is
a = b * c
a = 2 * 4.2
a = 8.4
It is given that variable a is an integer. So, only integer value can be stored in a.
a ≈ 8
It means 8 will be stored in a. Therefore the correct option is B.