Question
There are three series given below which are following
with the same pattern. Series I: 9, 10, 32, 163, 1145 Series II: 4, B, C, D, E Series III: F, G, H, I, J Also, G = 3C + 5, Find the product of F & H.Solution
Series I: 9 × 1 + 1 = 10 10 × 3 + 2 = 32 32 × 5 + 3 = 163 163 × 7 + 4 = 1145 Series II: 4 × 1 + 1 = 5 (B) 5 × 3 + 2 = 17 (C) 17 × 5 + 3 = 88 (D) 88 × 7 + 4 = 620 (E) Series III: F × 1 + 1 = G G × 3 + 2 = H H × 5 + 3 = I I × 7 + 4 = J And, G = 3C + 5 G = (3 × 17) + 5 G = 56 Now we can find the value of F, F × 1 + 1 = G F × 1 + 1 = 56 F = 55 Also, we can find the value of H, G × 3 + 2 = H 56 × 3 + 2 = H H = 170 The product of F & H = (55 × 170) = 9350
Consider a B+-tree in which the maximum number of keys in a node is 5. What is the minimum number of keys in any non-root node?Â
What is the purpose of a comparator in analog circuits?
___ mapping is used in cache organization which is the quickest and most supple organization.
The below mentioned code is in which programming language
type
array-identifier = array[index-type] of element-type;
Why probe packets are transmitted in the network
In dynamic programming, what is the purpose of the "bottom-up" approach?
What is an ER diagram used for?
Which command is used to copy a file from one location to another in a Unix/Linux system?
In relational algebra, which operation is used to combine two relations and eliminate duplicate rows?
What is abstraction in object-oriented programming?