#mathz
59 messages ยท Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
,rccw
well, what is the distance from B to EF
answer b
yeah b is right
yuh but how i get to that
well you could coordinaet bash
set D to be the origin
find the centre of the circle based on R, and the midpoint of EF
those should be R apart
yes that
an even better picture
,tikz[scale=.5]
\pgfmathsetmacro\r{4};
\coordinate[label=below right:$D$] (D) at (0,0);
\coordinate[label=above left:$B$] (B) at (-16,16);
\coordinate[label=above right:$C$] (C) at (0,16);
\coordinate[label=below left:$A$] (A) at (-16,0);
\coordinate[label=above:$F$] (F) at (-4,16);
\coordinate[label=left:$E$] (E) at (-16,4);
\coordinate[label=left:$O$] (O) at (-\r,\r);
\draw (B) rectangle (D);
\draw (E) -- (F) coordinate[pos=.5, label=above:$T$] (T);
\draw (B) -- (T) node[pos=.5, sloped, font=\small, above] {height calculated};
\draw (T) -- (O) node[pos=.5, above] {$r$} -- (D) node[pos=.5, yellow, draw, anchor=west] {an expression in terms of $r$};
\draw[dashed,yellow, opacity=.8] (-\r,0) -- (O) node[pos=.5, left] {$r$} -- ++(\r,0) node[pos=.5, above] {$r$};
vin100
actualy BT is useless that was when i was trying to figure out how to solve it
ahhhhh im so confuised
oh yeah, that works too
vin100
vin100
vin100
,,\frac{OT}{OD} = \frac{1}{\sqrt2}
vin100
u dun needa intro a new var
yeah you can just add 1 to both sides to get (OT + OD)/OD = 1 + 1/sqrt(2)
which is nice
lemme expand cute's comments
,align
\frac{OT}{OD} &= \frac{1}{\sqrt2} \
\frac{OT + OD}{OD} &= \frac{1}{\sqrt2} + 1 \tag{add 1 on both sides} \
\frac{DT}{OD} &= \frac{1}{\sqrt2} + 1 \tag{$O, D, T$ are collinear} \
\frac{?}{OD} &= \frac{1}{\sqrt2} + 1 \tag{$DT = ?$ calculated} \
vin100
,,\frac{a}{a} = 1 \text{ and } \frac{b}{a} + \frac{c}{a} = \frac{b+c}{a}
vin100
@vestal peak thank you, excellent solution ๐
@topaz jungle has given 1 rep to @vestal peak
the exact image was in another help post what the heck
nvm its you #1159163926890684447 message
@glad burrow are you still conmfused by the solution?
im guessing you reopened the thread because you werent satisfied with the previous solution given in the earlier thread
oh i didn't know this im new
,,\frac{ka}{kb+kc} = \frac{\cancel{k}a}{\cancel{k}b+\cancel{k}c}
vin100
i doub tanyone notcied lol
vin100
,,\ne\frac{a}{b+{\color{red!40}k}c}
vin100
remarks: a math Olympiad geometer once said, the best illustration is the one that is between right and wrong. (Take the proof Ceva's Theorem for example.) In this spirit, I set a wrong r at will.
+close