Answer:
Point
lies on
axis and point
lies quadrant III.
Step-by-step explanation:
A coordinate plane is a plane that is divided into four quadrants by the coordinate axes.
Here, coordinate axes are
axis and
axis.
Let's first mark the points in the coordinate plane.
See the attached figure.
From the figure, it can be observed that point
lies on
axis and point
lies quadrant III.
Yeah the first one (A) seems like the best to me :)
Answer:
It's the last choice:
2x + y - 1 = 0.
Step-by-step explanation:
x - 2y - 3 = 0
Convert to slope-intercept form in order to find the slope:
-2y = -x + 3
y = 1/2x - 3/2
So the slope is 1/2. The slope of a line perpendicular to this is -1 / 1/2 = -2.
Using the point-slope form to find the required equation:
y - y1 = m(x - x1)
x = 4 and y = -7 so we have:
y + 7 = -2(x - 4)
y + 7 = -2x + 8
2x + y - 1 = 0 is the answer.
I suspect you meant
"How many numbers between 1 and 100 (inclusive) are divisible by 10 or 7?"
• Count the multiples of 10:
⌊100/10⌋ = ⌊10⌋ = 10
• Count the multiples of 7:
⌊100/7⌋ ≈ ⌊14.2857⌋ = 14
• Count the multiples of the LCM of 7 and 10. These numbers are coprime, so LCM(7, 10) = 7•10 = 70, and
⌊100/70⌋ ≈ ⌊1.42857⌋ = 1
(where ⌊<em>x</em>⌋ denotes the "floor" of <em>x</em>, meaning the largest integer that is smaller than <em>x</em>)
Then using the inclusion/exclusion principle, there are
10 + 14 - 1 = 23
numbers in the range 1-100 that are divisible by 10 or 7. In other words, add up the multiples of both 10 and 7, then subtract the common multiples, which are multiples of the LCM.