- The sum of the squares of two consecutive numbers is . Find the numbers.
lint Let x = one number, lintand x + 1 = the other. lint Then x^2 + (x + 1)^2 = the sum of the squares; lintbut 41 = the sum of the squares.
The solution of this equation gives , or .
The positive root gives for the numbers and .
The negative root is inapplicable to the problem, as consecutive numbers are understood to be integers which follow each other in the common scale: , , , .
- In a certain nest seven times the number of birds in the nest is equal to twice the square of the number increased by . Find the number.
lint Let x = the number of birds. lint Then 7x = times the number lintand 2x^2 + 3 = twice the square of the number plus . As these two expressions are equal we have 2x^2 + 3 = 7x.
The solution of this equation gives or .
The value is not applicable to the problem for the number of birds must be a whole number.
- A cistern has two pipes. By one of them it can be filled hours sooner than by the other, and by both together in hours. Find the time it will take each pipe alone to fill it.
lint Let x = the number of hours it takes the smaller pipe. lint Then x - 6 = the number of hours it takes the larger pipe.
lint Therefore 1x + 1x - 6 = the part both can fill in one hour. lint But 14 = the part both can fill in one hour. 1x + 1x - 6 = 14
The solution of this equation gives or .
The value is not applicable to the problem.
Therefore it takes one pipe hr. and the other hr.
- A rug is yard longer than it is broad. The number of sq. yds. in the rug is . Find its length and breadth.
lint Let x = the number of yards in the breadth. lint Then x + 1 = the number of yards in the length lintand x(x + 1) = the number of sq yds in the rug. lint Hence x(x + 1) = 12.
The solution of this equation gives or .
The dimensions are therefore yards and yards.