Since there are 5 pens total, and three of those pens are blue, the probability for both pens being blue is 3/5.
(just like if the black pens were being chose the probability would be 2/5, since there are 5 pens total and 2 black pens.)<span />
Answer: 7/3
Step-by-step explanation:
21/9
7/3 is the fraction in simplest form
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:

Step-by-step explanation:
1. The slope-intercept form of a linear equation is
, where y = y-coordinate, m = slope, x = x-coordinate, and b = slope.
2. To find the slope, let's take the two points (0,0) and (-40,10). After that, let's plug in the values to their corresponding variable in the formula:
3. Since we now know our slope, the equation looks like this so far:
.
4. Because b is the y-intercept, b = 0 because the line intersects the y-axis at (0,0).
5. Now that we have the values of m and b, we plug in them to get the equation of: 