answersLogoWhite

0

What are the use of index numbers?

Updated: 12/13/2022
User Avatar

Wiki User

13y ago

Best Answer

Two reasons: They're often quicker to use and they make for a great filing system.

1) Speed - Suppose I had a set of objects {n1, n2, n3, n4, n5, n6, n7, n8, n9, n10, n11, n12, n13, n14, n15, n16, n17, n18} that I wanted you to add up, but I wanted you to show your work. Would you rather write this down:

n1 + n2 + n3 + n4 + n5 + n6 + n7 + n8 + n9 + n10 + n11 + n12 + n13 + n14 + n15 + n16 + n17 + n18,

or an equivalent expression, using indexes, like this:

∑(ni, i, 1, 18)?

2) Filing - Suppose I had a 6 X 6 matrix, or array, and I wanted to talk about one specific element in it. If I hadn't done the proper filing, I would be fumbling for words in an effort to describe where it is. "Go two down from the top and 3 over from the left." I'd rather just have them filed and labeled with indexes, like this n3,4.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the use of index numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

When can you use index numbers?

When you are accessing an array's element.


Disadvantages of index number?

disadvantages of index numbers


What are the problems associated with the construction of index numbers under selected items?

what are the problems associated with the construction of index numbers


What are the merits and demerits of index numbers in statistics?

merits and demerits of index number


School index numbers?

F1194


What are the advantages and disadvantages of index numbers?

There are different types of index numbers, so the advantages and disadvantages would change depending on what type was used. However, in general, the main advantage is ease of use in finding a particular item on the index, the main disadvantage is that all items are treated equally, regardless of true value.


What is the index form of numbers 9765625?

Index form of 9765625 is 9.765625 × 106


What is index value?

Index value is a phrase used to describe pairs of numbers that are arranged in a table. The purpose of this is so applications can match numbers.


Solution to find 1000th prime number using python?

Here's a start umbers=[True]*5001 index=2 primes=[] while index<5000: multiplier=2 while index*multiplier <= 5000: Numbers[index*multiplier]=False multiplier+=1 index+=1 while Numbers[index]==False and index < 5000: index+=1 for x in range(0,5000): if Numbers[x]==True: primes.append(x) x+=1 print primes


Utilities of index number in economics?

what is mean by statistical approach and economical approach in the theory of index numbers?


When postal index numbers introduced in India?

05.08.1972


What are index numbers used for?

Identifying array-elements.