Answer:
55% of the students surveyed said their favorite color was blue
Step-by-step explanation:
as a percent = 55%, or 0.55 in decimal form.
Answer:
16
Step-by-step explanation:
1 1
1 2
1 3
1 4
2 1
2 2
2 3
2 4
Three and four are done exactly the same way. the total is 16 ways.
It is said that 85% of the students liked reading mystery stories. This means the remaining 15% don't like to read these stories. If there are 30 students belonging to the second category, then the number of students who liked reading mystery stories is (30/0.15)*0.85 equal to 170 students out of 200 students.
Answer:

Step-by-step explanation:
Hi there!
<u>What we need to know:</u>
- Linear equations are typically organized in slope-intercept form:
where m is the slope and b is the y-intercept (the value of y when the line crosses the y-axis) - Parallel lines always have the same slope and different y-intercepts
<u>1) Determine the slope (m)</u>

Rearrange this equation into slope-intercept form (this will help us find the slope)
Subtract x from both sides

Divide both sides by -2

Now, we can identify clearly that the slope of the given line is
since it's in the place of m. Because parallel lines always have the same slopes, the line we're currently solving for would therefore have a slope of
as well. Plug this into
:

<u>2) Determine the y-intercept (b)</u>

Plug in the given point (-6,-8)

Add 3 to both sides to isolate b

Therefore, the y-intercept is -5. Plug this back into
:

I hope this helps!
Answer:
<u>Residue</u>
Step-by-step explanation:
Let a and b be integers. We define a mod b to be the residue of dividing a by b. For example, if a evenly divides b, then a mod b=0, 20 mod 6= 2. The modulus operator is widely used in programming, and it is convenient when a and b are large numbers.
a mod b is always a nonnegative integer. In fact, 0≤ a mod b≤ |b-1| by the division algorithm. a and b can also be negative integers. Since 8=-(-5)+3 then 8 mod -5= 3.
As a final example, some known properties can be rewritten in terms of mod. a mod 2=0 if and only if a is even. a mod 2=1 if and only if a is odd.