Loading [MathJax]/jax/output/SVG/config.js
 
+0  
 
0
386
1
avatar

Compute the sum 1 + 3 + 5 + ... + 23.

 Oct 26, 2020
 #1
avatar
0

sumfor(n, 1, 12, (2*n - 1)) = 144

 Oct 26, 2020

1 Online Users