Answer:
The answer is C 8 2/5 im pretty sure.
Answer:
A negative number squared is a positive number. Squaring is multiplying a number by its self.
Step-by-step explanation:
X^2 = x * x
Squaring something is just multiplying it by its self.
A negative times a negative = a positive
A positive times a positive = a positive
A negative times a positive = a negative
A positive times a negative = a negative
- * - = +
+ * + = +
- * + = -
+ * - = -
Here is how my 6th grade teacher helped me to remember it:
If something bad (-) happens to a bad guy (-), that is good.
If something good (+) happens to a good guy (+), that is good.
If something bad (-) happens to a good guy (+), that is bad.
If something good (+) happens to a bad guy (-), that is bad.
I hope I helped!
Let me know if you need anything else!
~ Zoe
Answer:
C// 150.00
Step-by-step explanation:
The line stating Less cash Received is how much cash she gets back
She will get back 150.00
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.