In rectangle ABCD, if the coordinates of A are (0, 0) and the coordinates of C are (r, s), find the coordinates of B.With A and D being on the bottom line and B and C on the top with B over A.

if B is over A, then the x is the same, so I would go with 0,s

To find the coordinates of point B in a rectangle given the coordinates of points A and C, we can use the fact that opposite sides of a rectangle are parallel.

Let's say the coordinates of point A are (0, 0) and the coordinates of point C are (r, s). Since A and D are on the bottom line, we know that the y-coordinate of point D will be the same as the y-coordinate of point A, which is 0. Therefore, the coordinates of point D are (r, 0).

Now, since B and C are on the top line with B over A, the x-coordinate of point B will be the same as the x-coordinate of point A, which is 0. Therefore, the coordinates of point B are (0, s).

So, the coordinates of point B in rectangle ABCD are (0, s).