Skip to main content

Accenture Sample Logical Equation Questions

Question 1
If 11 + 21 = 3, 34 + 45 = 32 and 42 + 53 = 23 then 64 + 75 = ?
a)59 b)43 c)69 d)53
Answer : a)59
Solution :
Let AB be the first number of the addition and CD be the second one. By closely observing, we can conclude that questions are in the general form AB + CD = (A x B) + (C x D).
i.e.,11 + 21 = 1 x 1 + 2 x 1 = 1 + 2 = 3
34 + 45 = 3 x 4 + 4 x 5 = 12 + 20 = 32
42 + 53 = 4 x 2 + 5 x 3 = 8 + 15 = 23.
Therefore, the result for 64 + 75 = 6 x 4 + 7 x 5 =24 + 35 = 59.
Question 2
If 15 + 22 = 32, 19 + 35 = 62 and 23 + 49 = 101 then 34 + 52 = ?
a)91 b)101 c)172 d)72
Answer : c)172
Solution:
By observing the question we can generalize the equations to, AB + CD = (AB x C) + D
Then,
15 + 22 = (15 x 2)+ 2 = 30 + 2 = 32
19 + 35 = (19 x 3)+ 5 = 57 + 5 = 62
23 + 49 = (23 x 4)+ 9 = 92 + 9 = 101
Similarly,34 + 52 = (34 x 5)+ 2 = 170 + 2 = 172
Hence 172 is the required answer.
Question 3
If 3 + 5 = 19, 5 + 9 = 61 and 9 + 12 = 117 then 13 + 14 = ?
a)128 b)152 c)124 d)183
Answer : d)183
Solution:
The above question seems to be in the general form A + B = (A x B)+(A - B)2
3 + 5 = (3 x 5)+(3 - 5)2 = 15 + 4 = 19
5 + 9 = (5 x 9)+(5 - 9)2 = 45 + 16 = 61
9 + 12 = (9 x 12)+(9 - 12)2 = 108 + 9 = 117
Similarly, 13 + 14 = (13 x 14)+(13 - 14)2 = 182 + 1 = 183.
Hence the answer is 183.

Comments

Popular posts from this blog

Introduction to JavaScript- Basics

JavaScript is the most popular scripting language on the internet, and works in all major browsers, such as Internet Explorer, Firefox, Chrome, Opera, and Safari. What You Should Already Know Before you continue you should have a basic understanding of the following: HTML and CSS If you want to study these subjects first, find the tutorials on our Languages page . What is JavaScript? JavaScript was designed to add interactivity to HTML pages JavaScript is a scripting language A scripting language is a lightweight programming language JavaScript is usually embedded directly into HTML pages JavaScript is an interpreted language (means that scripts execute without preliminary compilation) Everyone can use JavaScript without purchasing a license Are Java and JavaScript the same? NO! Java and JavaScript are two completely different languages in both concept and design! Java (developed by Sun Microsystems) is a powerful and much more complex programming language ...

IBM Sample Problem Using Speed

Question 1 A policeman starts chasing a thief 30 minutes after the thief had run from a spot. With an average speed of 20km per hour, he takes 2 hours to catch the thief. What is the average speed of the thief? a)16km/hr b)25km/hr c)24km/hr d)18km/hr Answer : a)16km/hr Solution: As given, the average speed of the policeman = 20km/hr. He takes 2 hours to catch the thief, so from formula, "distance = speed x time" we have The total distance covered by the police to catch the thief = 20 x 2 = 40 km (This value is also equal to the distance run by thief before being caught by Police.) Policeman had started late by 30 minutes and took 2 hours to catch the running thief. Above means that the thief takes (30minutes + 2 hours =) 5/2 hours to reach 40km. So the speed of the thief = 40/(5/2) = 40 x 2 / 5 = 16 km/hr. Hence the answer is 16km/hr. Question 2 From a particular spot, Tom started to chase Jerry which had left the spot before 30 minutes. Tom ran acro...

MCA - Syllabus, Notes, Question Papers, Projects

MCA - Syllabus, Notes, Question Papers, Projects : SEMESTER - 1 Syllabus: Syllabus PDF Notes: Semester 1 Notes Question Papers:  Project: SEMESTER - 2 Syllabus: Syllabus PDF                                   Notes: Semester 2 Notes Question Papers:  Projects:  SEMESTER - 3  Syllabus: Syllabus PDF                                   Notes: Semester 3 Notes Question Papers:  Project: SEMESTER - 4  Syllabus: Syllabus PDF                               ...