Concept:Sum of first n odd numbers is n2; sum of first n even numbers is n(n+1).Explanation:The numerator 1+3+5+⋯ up to n terms equals n2. The denominator 2+4+6+⋯ up to 50 terms equals 50×(50+1)=2550. Given 2550n2=512. Cross-multiply: n2×51=2×2550, so 51n2=5100. Thus n2=515100=100, so n=10 (positive).Answer:n=10