Given:
The values in the table represent a function.
x f(x)
-2 1
1 3
4 -2
-3 0
0 4
To find:
Function notation for the ordered pair given in the first row in the table.
Solution:
We know that, if a point (a,b) is on the function, then
.
From the given table, the ordered pair given in the first row is (-2,1). So,

Therefore,
when
is
.
Answer:
missing info / cannot solve without the info needed
Step-by-step explanation:
Answer:
7/50 meter
Step-by-step explanation:
Total piece of string = 7/8 meter
Used string = 1/5 of the piece of string
Used string =
1/5 of 7/8 meter
= 1/5 × 7/8
= 7/40 meter
Balance = Total string - used string
= 7/8 - 7/40
= 35-7/40
= 28/40
Balance = 28/40 meter
cuts the rest into 5 equal parts. What is the length of the pieces.
28/40 ÷ 5
= 28/40 × 1/5
= 28 / 200
= 7/50 meter
Length of each piece = 7/50 meter
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.