+0  
 
-3
237
4
avatar

A circular table is pushed into a corner of the room, where two walls meet at a right angle. A point P on the edge of the table (as shown below) has a distance of  from one wall, and a distance of  from the other wall. Find the radius of the table.

hers the asymptote code
[asy]
unitsize(1 cm);

pair P = dir(130);

draw(Circle((0,0),1));
draw((-1,-1)--(-1,1)--(1,1));

dot("$P$", P, SE);
[/asy]
 

 Jul 24, 2022
 #1
avatar
-2

bump please help

 Jul 24, 2022
 #2
avatar
-1

Hello, the radius of the circle is 24.

 Jul 24, 2022
 #3
avatar+1162 
+4

missing information

 Jul 24, 2022
 #4
avatar+1162 
+3

what is the distance between each wall? 

nerdiest  Jul 24, 2022

3 Online Users

avatar
avatar