Answer:
The answer is
<h2>
</h2>
Step-by-step explanation:
The slope of a line given two points can be found by using the formula
where
(x1 , y1) and (x2 , y2) are the points
From the question the points are
A ( a , b) and B ( c , d )
The slope is
Hope this helps you
Answer:324
Step-by-step explanation:
int i = 42.7; /* konwersja z double do int */
float f = i; /* konwersja z int do float */
double d = f; /* konwersja z float do double */
unsigned u = i; /* konwersja z int do unsigned int */
f = 4.2; /* konwersja z double do float */
i = d; /* konwersja z double do int */
char *str = "foo"; /* konwersja z const char* do char* [1] */
const char *cstr = str; /* konwersja z char* do const char* */
void *ptr = str; /* konwersja z char* do void* */
Podcza
Answer:
6
Step-by-step explanation:
The median of a list of numbers is the number found in the "middle" of all the numbers. What this means is that it has the same amount of numbers larger and smaller than it in the list. To find the median, we first have to organize the list from least to greatest. Doing this, we get 3, 5, 5, 6, 6, 8, 8.
Now that we have the list, we can find the "middle number" by taking off numbers the highest number then the lowest number. Doing this we get
3, 5, 5, 6, 6, 8, 8
5, 5, 6, 6, 8
5, 6, 6
6
This means our median is 6.
Answer: 2 1/4
Step-by-step explanation:
From the question, we are told that a recipe call for 3/4 c of chopped pecans
and that Brentt wants to triple the recipe .
The numerical expression that represents the amount of pecans he will need will be gotten by multiplying 3/4c by 3. This will be:
= 3 × 3/4c
= 9/4c
= 2 1/4