Consider the figure
A
B
C
D
E
F
G
H
I
J
K
L
as shown. Each side is of length
4
and the angle between any two consecutive sides is a right angle.
A
G
and
C
H
intersect at
M
. The area of the quadrilateral
A
B
C
M
is
__________
.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
There's a number of typos, fix them..
Here's the fixed version: 4 ⋅ 1 2 − 2 1 ( 1 2 ⋅ 5 1 2 ) − 2 1 ( 4 ⋅ 5 2 4 ) − 2 1 ( 8 ⋅ 5 8 )
Log in to reply
If you look at my bracketing, I took the common factor of 2 1 outside and then bracketed the remaining terms, so there are in fact no typos. If you'd prefer it your way that's fine, I'll make the edits, but I just want to make the point that my solution is correct as it is now.
Log in to reply
oh, sorry :( didn't notice the brackets.
BTW, I wrote a C++ code for your problem All tapped out .... and it looks like 6 8 9 5 is the answer, unless I did something wrong, in which case sorry again. I haven't seen your solution yet by the way.
The time it takes for the n 1 'th, n 2 'th and the n 3 'th tap to fill the pool together is
n 1 1 + n 2 1 + n 3 1 1 = n 1 n 2 + n 2 n 3 + n 3 n 1 n 1 n 2 n 3
And here's the code that calculates the expected time (the last number of the output is the answer. It is not exactly 6 8 9 5 but quite extremely close to it):
1 2 3 4 5 6 7 8 9 |
|
Log in to reply
@Mathh Mathh – No problem. I ended up making the edits you suggested; it does read more clearly your way. :)
As for my other problem, your approach is excellent. I made a dumb mistake in assuming that E [ X 1 ] = E [ X ] 1 , when in general this is not true, (and is definitely not true in this case). I am going to ask the moderator to change the answer to 9 5 − 6 8 = 2 7 , or possibly 1.397, give you credit for coming up with the correct answer and then delete my solution. Hopefully that will get rid of the dreaded "Action required" box.
Log in to reply
@Brian Charlesworth – Make the answer approximate ( 1 . 3 9 7 ), since it appears that it is not 6 8 9 5 (it was just my guess and it looks like it is not right by about ≈ 0 . 0 0 0 0 1 3 3 ). It is
1 . 3 9 7 0 4 5 5 1 6 9 6 7 7 7 3 3 4 8 6 8 2 1 5 8 0 2 9 9 8 7 4 7 6 7 6 6 1 0 9 4 6 6 5 5 2 7 3 4 3 7 5 . . .
Or you can try calculating the actual value.
Log in to reply
@Mathh Mathh – Great. I've suggested changing the answer to 1 . 3 9 7 , (along with suggesting the appropriate changes to the wording of the question so that there is no mention of b a ), so hopefully the moderator will accept those changes.
The computations are a bit easier if we make the side lengths 1 and then multiply our result by 4 2 = 1 6 afterwards.
We can calculate the area of □ A B C M as
□ A B G H − △ A G H − △ B G H + △ M G H (We take away two triangles and add back the double counted common part.)
We can calculate the area of △ M G H by finding the height from M . Since the "slopes" of the sides are 2 and 3, the height happens after 3 / 5 of the base, which multiplied by the left slope, 2, gives a height of 6/5.
All in all:
□ A B C M = □ A B G H − △ A G H − △ B G H + △ M G H = 3 − 1 . 5 − 1 + 5 6 ⋅ 2 1 = 1 0 1 1
and multiplied by 4 2 = 1 6 we get 5 8 8
I did a simpler solution.
find the height of M from H G .
H G = 4
Splitting H G into two pieces a and b
3 a = 2 b ,
a + b = 4 ,
a = 3 2 b ,
b = 5 1 2
2 b = 5 2 4
Extending H C , it hits a point P such that A B P = 6
A B C M = A P C M − B P C
height of A P C M is 1 2 − 5 2 4 = 5 3 6
A B C M = 2 1 6 ∗ 5 3 6 − 2 1 2 ∗ 4 = 5 8 8
Problem Loading...
Note Loading...
Set Loading...
First, situate the shape on an x y -grid so that point H is at the origin and side H G lies along the positive branch of the x -axis.
Then H C lies on the line y = 2 x and A G lies along the line y = − 3 x + 1 2 . These two lines intersect when
2 x = − 3 x + 1 2 ⟹ x = 5 1 2 , y = 5 2 4 .
Now the area of the quadrilateral A B C M is equal to
(area A B G H ) - (area Δ A H M ) - (area Δ H M G ) - (area Δ C M G ))
= 4 ∗ 1 2 − ( 2 1 ) ( 1 2 ∗ 5 1 2 ) − ( 2 1 ) ( 4 ∗ 5 2 4 ) − ( 2 1 ) ( 8 ∗ 5 8 ) = 4 8 − 5 1 5 2 = 5 8 8 .