Posts

Showing posts from August 11, 2026

Questions on Set Theory

Chapter 3: Application of Set Theory Set theory has many important applications in engineering, computer science, electronics, biotechnology, data science, databases and mathematical modelling. 1. Database and Information Systems Field: Computer Science and Software Engineering In database design, particularly in SQL, set theory is used to organise, combine and filter data. Operations such as union, intersection and difference have direct counterparts in database operations. Example: In an engineering inventory system, the set of available components can be intersected with the set of required components to determine which components are immediately available for manufacturing. 2. Digital Logic Design Field: Electronics and Communication Engineering Digital logic is closely related to set theory. Boolean operations such as AND, OR and NOT correspond respectively to intersection, union and complement of sets. For example, an AND gate produces an active ou...

Questions on Probability and Statistics

B.Tech Probability Questions with Detailed Solutions Topic: Simple / Classical Probability Level: B.Tech Engineering Mathematics Marks: 6-10 Marks Each Question 1: Probability Based on Playing Cards A card is drawn at random from a well-shuffled standard deck of 52 playing cards. Find the probability that the card drawn is: a king or a queen, a red face card, neither an ace nor a king, either a heart or a face card. Show Detailed Solution Total number of cards in a standard deck: \( n(S) = 52 \) The classical definition of probability is: \[ P(E)=\frac{\text{Number of favourable outcomes}} {\text{Total number of equally likely outcomes}} \] (a) Probability of drawing a King or Queen Number of kings = 4 Number of queens = 4 Therefore, ...