+0  
 
0
55
1
avatar

Enter the letters of the points that lie in Quadrant IV. 


[asy] unitsize(0.4 cm); pair A, B, C, D, E, F, G, H, I, J; int i; A = (3,3); B = (-5,-4); C = (-4,1); D = (6,-1); E = (6,6); F = (-2,-2); G = (-3,5); H = (6,-6); I = (2,4); J = (2,-3); for (i = -8; i <= 8; ++i) { draw((i,-8)--(i,8),gray(0.7)); draw((-8,i)--(8,i),gray(0.7)); } draw((-8,0)--(8,0),linewidth(1.5*bp),Arrows(6)); draw((0,-8)--(0,8),linewidth(1.5*bp),Arrows(6)); label("$x$", (8,0), NE); label("$y$", (0,8), NE); dot("$A$", A, SE); dot("$B$", B, S); dot("$C$", C, NW); dot("$D$", D, SE); dot("$E$", E, SE); dot("$F$", F, SE); dot("$G$", G, NW); dot("$H$", H, SE); dot("$I$", I, NW); dot("$J$", J, NE); [/asy]



Type your answer as a list, separated by commas. For example, if you think points a,e  and i lie in Quadrant IV, then enter "A, E, I".
 

 May 8, 2023
 #1
avatar
0

The points that lie in Quadrant IV are B, C, E, and G.

 May 8, 2023

1 Online Users

avatar