- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Catherine threw a dice 40 times and noted the number appearing each time as shown below:

Make a table and enter the data using tally marks. Find the number that appeared.
(a) The minimum number of times
(b) The maximum number of times
(c) Find those numbers that appear an equal number of times."
To do:
We have to make a table and enter the data using tally marks and find the number that appeared.
(a) The minimum number of times(b) The maximum number of times
(c) An equal number of times.
Solution:
(a) The required tally marks table is as follows
Numbers | Tally Marks | Number of times |
1 | 7 | |
2 | 6 | |
3 | 5 | |
4 | |||| | 4 |
5 | 11 | |
6 | 7 |
(a) The number that occurred the minimum number of times is 4.
(b) The number that occurred the maximum number of times is 5.
(c) 1 and 6 are the numbers that appear an equal number of times.
- Related Articles
- XOR of numbers that appeared even number of times in given Range in C++
- C/C++ Program to Find the Number Occurring Odd Number of Times?
- Finding number of occurrences of the element appearing most number of times in JavaScript
- Maximum number of dots after throwing a dice N times in C++
- A godown measures $40\ m \times 25\ m \times 10\ m$. Find the maximum number of wooden crates each measuring $1.5\ m \times 1.25\ m \times 0.5\ m$ that can be stored in the godown.
- Java Program to Find the Number Occurring Odd Number of Times
- 26 subtracted from 3 times a number gives 19. Find the number.
- Two dice are thrown at the same time and the product of numbers appearing on them is noted. Find the probability that the product is a prime number.
- Seven times a two-digit number is equal to four times the number obtained by reversing the digits. If the difference between the digits is 3. Find the number.
- Find the Number Occurring Odd Number of Times using Lambda expression and reduce function in Python
- The units digit of a two digit number is 3 and seven times the sum of the digits is the number itself. Find the number.
- A coin is tossed 500 times. Heads appeared 275 times and rest of the times tails appeared. Find the probability of heads and tails.
- Take an array and find the one element that appears an odd number of times in JavaScript
- How to find the one integer that appears an odd number of times in a JavaScript array?
- A godown measures \( 40 \mathrm{~m} \times 25 \mathrm{~m} \times 15 \mathrm{~m} \). Find the maximum number of wooden crates each measuring \( 1.5 \mathrm{~m} \times 1.25 \mathrm{~m} \times 0.5 \mathrm{~m} \) that can be stored in the godown.

Advertisements