A rectangle can be divided into n equal squares. The same rectangle can also be divided into n+76 equal squares. Find n.
A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.
Official solution
1. Let the sides of the rectangle be a and b. The area of the rectangle is ab. 2. The rectangle can be divided into n equal squares, so the side length of each square is nab. 3. The same rectangle can also be divided into n+76 equal squares, so the side length of each square is n+76ab. 4. The ratio of the side lengths of the squares must be rational, say qp, where p and q are coprime integers. Therefore, we have: n+76abnab=qp 5. Squaring both sides, we get: n+76abnab=(qp)2 6. Simplifying, we obtain: nn+76=q2p2 7. Let q2p2=nn+76. This implies: p2n=q2(n+76) 8. Rearranging, we get: p2n=q2n+76q2 9. Factoring out n, we have: n(p2−q2)=76q2 10. Therefore: n=p2−q276q2 11. Since n must be an integer, p2−q276q2 must also be an integer. This implies that p2−q2 must be a divisor of 76. 12. The positive divisors of 76 are 1, 2, 4, 19, 38, and 76. We need to check which of these values make n an integer. 13. Let's check each divisor: - For d=1: p2−q2=1⟹(p+q)(p−q)=1 This has no positive integer solutions for p and q. - For d=2: p2−q2=2⟹(p+q)(p−q)=2 This has no positive integer solutions for p and q. - For d=4: p2−q2=4⟹(p+q)(p−q)=4 Possible pairs (p+q,p−q) are (4,1) and (2,2). Only (4,1) gives positive integers: p+q=4,p−q=1⟹p=24+1=2.5(not an integer) p+q=2,p−q=2⟹p=22+2=2,q=22−2=0(not valid) - For d=19: p2−q2=19⟹(p+q)(p−q)=19 This has no positive integer solutions for p and q. - For d=38: p2−q2=38⟹(p+q)(p−q)=38 This has no positive integer solutions for p and q. - For d=76: p2−q2=76⟹(p+q)(p−q)=76 Possible pairs (p+q,p−q) are (38,2): p+q=38,p−q=2⟹p=238+2=20,q=238−2=18 Therefore, p=20 and q=18.
14. Substituting p=20 and q=18 into the equation for n: n=202−18276⋅182=400−32476⋅324=7676⋅324=324
The final answer is 324.
Source: NuminaMath-1.5,
licensed Apache-2.0.
Statement and solution reproduced as published; topic, difficulty and ordering added
by this site.