Answer:
n = m-a
Step-by-step explanation:
The formula is : ...(1)
a is actual cost of an item
m is original price
n is amount of coupon
We need to solve the formula for the amount of coupen.
Subtracting m to the both sides of equation (1).
a-m = m-n-m
-n=a-m
or
n = m-a
So, the formula for the amount of coupon is n = m-a.
Do you mean like the place value? If you do then it would be in the ones place.
Company A : 15h + 20
Company B : 5h + 40
when would company B be cheaper....
15h + 20 > 5h + 40 ...put the less then sign towards Company B, then solve
15h - 5h > 40 - 20
10h > 20
h > 20/10
h > 2
Company B would be cheaper when the hours (h) are greater then 2
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.
Do you mean like equal groups