If the sum of first n even natural numbers is equal to k times the sum of first n odd natural
numbers, then find the valued of k.
Answers
Answered by
1
Step-by-step explanation:
Sum of first n even natural numbers = n(n+1)
sum of first n odd natural numbers = n^2
so k = ( n+1 ) ÷ n
Similar questions