C programs to solve problems related to arithmetical and geometrical progressions. All programs were compiled on microsoft quick c. (System: celeron 1.7 GHz, windows 2000)

Programs are six in number and solves six different problems. New algorithm. These programs are useful to developers, educational software companies and publishers.

Please contact for pricing and other details.

List of programs:

( ARITHMETICAL PROGRESSION )

(1) program to find value of a term when any two terms are given.

example: the 54th and 4th terms of an AP are -61 and 64
find the 23rd term.

(2) program to find common difference when first term, last term and sum is given.

(3) program to find three numbers in AP when their sum and product are given.

(4) program to find first term when sum of n terms and common difference is given.

( GEOMETRICAL PROGRESSION )

(1) program to find first term when sum, last term and r (common ratio) is given.

(2) program to find common ratio when first term, last term and sum is given.

(COPYRIGHT SALE ONLY)