A given parallelogram has sides measuring 7 and 9 , and both its diagonals have integer lengths.
Find the sum of all possible products of the lengths of the diagonals. (i.e if the lengths of the diagonals could be ( a 1 , b 1 ) , ( a 2 , b 2 ) , … , ( a n , b n ) , with a k ≤ b k , then insert you answer as a 1 b 1 + a 2 b 2 + ⋯ + a n b n .
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.
@X X @Freddie Hand I solved it in the same way. But why don't we count the solution twice? I mean, at first I supposed ( a , b ) = ( b , a )
Log in to reply
Because the result shows that the two parallelogram are congruent, so don't count it twice.
Log in to reply
Yes, maybe notation in Freddie's last sentence confused me
Log in to reply
@Jacopo Piccione – Maybe @Freddie Hand should add a k ≤ b k
Problem Loading...
Note Loading...
Set Loading...
Let the diagonals be a and b . If it's angles are θ and 1 8 0 ∘ − θ , then a 2 = 7 2 + 9 2 − 2 × 7 × 9 × cos θ , b 2 = 7 2 + 9 2 + 2 × 7 × 9 × cos θ
Solve for a 2 + b 2 = 2 6 0 and discover the possible answers are ( 8 , 1 4 ) and ( 2 , 1 6 ) . ( 2 , 1 6 ) doesn't fit because it occurs at θ = 0 ∘ or 1 8 0 ∘
Hence, the answer is 8 × 1 4 = 1 1 2