Question
Out of 6 numbers, the average of first 5 is 19 and last
5 is 20. If the last number is 21. Find the first number?Solution
Sum of first five numbers = 19 × 5 = 95 Given that last number = 21 Sum of all the six numbers = 95 + 21 = 116 .....(i) Sum of last 5 digits = 20 × 5 = 100 …...(ii) By subtracting (ii) from (i), we will get the first number, the first number, First number = (i) – (ii) = 116 – 100 = 16
Attributes are made of more than one simple attribute.
What is the correct way to declare a constant in C?
What does PHP stand for?
Which error correction technique is capable of correcting single-bit errors and detecting two-bit errors?
The average number of comparisons in sequential search is
What is the primary function of Internet Protocol (IP)?
In CPU design, what does the Control Unit (CU) primarily handle?
State true or false
The interface identifier portion of an Ipv6 address is directly derived from MAC address.
Which keyword is used to implement inheritance in most programming languages?
In the context of ADTs, what does "encapsulation" refer to?