I think it would be 3.19.
Dividing 25.52 by 8.
Answer:
n + f = 15
Step-by-step explanation:
n + f = 15
n + (6) = 15
n = 15 - 6 (opposite side opposite sign)
n = 9
Answer:
Estelle paid $104 in total.
Step-by-step explanation:
15% of $80.00 is 12. So add 12 two times to 80 because of 15% sales tax and 15% tip.
X=0.2
All you have to do is simplify both sides of the equation. Add 3x to both sides. Then subtract 0.8 from both sides.
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.