Skip to main content

Honeywell Practice Problems On Linear Equations

Below are three problems on linear equations. You have to form the equations by using the given information.
Question 1
A railway half ticket( for kids below 5 years) costs Rs. 150 and full ticket(for above 5 years) costs Rs. 250. The daily report says that for a particular day, 5000 passengers have travelled and the total collection is Rs.10,50,000. How many kids(below 5 years) have travelled on that day?
a)1000 b)2000 c)2500 d)3500
Answer : b)2000
Solution:
Let 's' be the number of kids travelled on that day and 'b' be the number of passengers(above 5 years) travelled on that day.
Therefore, s + b = 5000 ... eqn (1)
Each half ticket's cost is Rs.150 and
Each full ticket's cost is Rs.250.
Total collection of amount = 150s + 250b = 10,50,000
Or 150s + 250b = 10,50,000 ... eqn (2)
Multiplying equation (1) by 150, we get 150s + 150b = 7,50,000 ... eqn (3)
Subtracting eqn (3) from eqn (2), we get 100b = 3,00,000
Or b = 3000
We know that s + b = 5000
So, s = 5000 - b = 5000 - 3000 = 2000.
Hence, 2000 kids travelled on that particular day.

Question 2
Small sized pizza costs half the full sized and delivery charge is the same on small size as on the full size. One boy delivered a full size pizza which cost Rs.2160 for the consumer. Another boy delivered one full and small for 2 persons respectively where the bill amount was Rs.3270. What is the basic cost of full size pizza and what is the delivery charge?
a)RS.2100 & Rs.60 b)Rs.1050 & Rs.30 c)Rs.2500 & Rs.90 d)Rs.1500 & Rs.60
Answer : a)Rs.2100 & Rs.60
Solution:
Let the cost of the half of the full size pizza be Rs. X.
Therefore, the cost of full size pizza is Rs. 2X.
Let the delivery charge be Rs. Y per delivery.
Now, one full size reservation pizza would cost 2X (basic cost) + Y (delivery charge)
i.e., 2X + Y = 2160 --- (1)
The total basic cost for one small and one size full pizza = X + 2X = 3X and the total delivery charge is 2Y.
Hence, 3X + 2Y = 3270 --- (2)
Solving (1) and (2) we get,
X = 1050 and Y = 60
Hence, the basic cost of full size pizza is 2X = Rs. 2100 and the delivery charge is Y = Rs.60.

Question 3
A boy ordered 1000 toys for 1000 rupees from a local shop. He knew he ordered some dolls, cars and cleversticks but he lost his receipt and forgot how many of each he ordered. Also he knew that the dolls were Rs.3 each, cars Rs.10 each and cleversticks Rs.5 each. The number of toy cars in the order was:
a)1 b)2 c)none of these d)cannot be determined
Answer : d)cannot be determined
Solution:
Let d = number of dolls;
c = number of cars;
And s = number of cleversticks.
The total number of toys is 1000. Therefore we have the equation:
d + c + s = 1000
Given that the dolls cost Rs.3 each, cars cost Rs.10 each and cleversticks cost Rs.5.
Then we have the equation:
10c + 3d + 5s = 1000
Now, We have two equations but 3 unknowns. To solve 3 unknowns at least 3 equations are required.
The given data is not sufficient to derive the answer and some additional information are required.
Hence the answer is option d.

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                               ...