Crossover Aptitude Numerical Reasoning: Word Problems Questions and Answers — Questions and Answers
Question 1: A startup company's user base grew from 1,500 users to 7,500 users over a two-year period. Which of the following represents the total percentage increase in the user base?
- 500%
- 600%
- 400% (Correct answer)
- 300%
Correct answer: 400%
To find the percentage increase, use the formula: ((New Value - Original Value) / Original Value) * 100. The increase in users is 7,500 - 1,500 = 6,000. Now, calculate the percentage increase relative to the original number: (6,000 / 1,500) * 100 = 4 * 100 = 400%.
Question 2: A data processing job can be completed by 3 senior developers in 8 hours. If the same job must be completed in just 5 hours, how many senior developers would be needed, assuming each developer works at the same constant rate?
- 4.8 developers, so 5 are needed (Correct answer)
- 4 developers
- 6 developers
- 5.2 developers, so 6 are needed
Correct answer: 4.8 developers, so 5 are needed
This is a work-rate problem. The total work can be measured in 'developer-hours'. Total work = 3 developers * 8 hours = 24 developer-hours. To complete this work in 5 hours, we divide the total work by the new time: 24 developer-hours / 5 hours = 4.8 developers. Since you cannot have a fraction of a developer, you must round up to the next whole number, which is 5.
Question 3: A remote team consists of engineers, designers, and project managers in a ratio of 5:2:3. If there are a total of 60 team members, how many more engineers are there than project managers?
- 30
- 15 (Correct answer)
- 12
- 18
Correct answer: 15
The sum of the ratio parts is 5 + 2 + 3 = 10. To find the value of one part, divide the total number of team members by the sum of the ratio parts: 60 / 10 = 6. Now, calculate the number of engineers (5 * 6 = 30) and project managers (3 * 6 = 18). The difference is 30 - 18 = 12. So, there are 12 more engineers than project managers.
Question 4: A software company's stock was valued at $120 per share. After a successful product launch, the value increased by 25%. A month later, due to market fluctuations, the new value decreased by 10%. What is the final value of the stock per share?
- $138.00
- $135.00 (Correct answer)
- $132.50
- $125.00
Correct answer: $135.00
First, calculate the 25% increase: $120 * 1.25 = $150. Then, calculate the 10% decrease from the new value: $150 * 0.90 = $135. The final value of the stock is $135.00.
Question 5: A cloud storage provider offers two plans. Plan A costs a flat fee of $50 per month plus $0.10 per gigabyte of data stored. Plan B costs a flat fee of $30 per month plus $0.15 per gigabyte. For what amount of data storage would the monthly cost of both plans be exactly the same?
- 350 GB
- 400 GB (Correct answer)
- 450 GB
- 500 GB
Correct answer: 400 GB
To solve this, set up an equation where the cost of Plan A equals the cost of Plan B. Let 'x' be the number of gigabytes. The equation is: 50 + 0.10x = 30 + 0.15x. To solve for x, first subtract 30 from both sides: 20 + 0.10x = 0.15x. Then, subtract 0.10x from both sides: 20 = 0.05x. Finally, divide by 0.05: x = 20 / 0.05 = 400. The cost is the same at 400 GB.
Question 6: A marketing team is creating a solution by mixing two different advertising strategies. Strategy A has a conversion rate of 5% and Strategy B has a conversion rate of 12%. They need to create a final campaign of 1400 exposures with a combined conversion rate of 8%. How many exposures must come from Strategy A?
- 600
- 700
- 800 (Correct answer)
- 900
Correct answer: 800
This is a mixture problem. Let A be the number of exposures from Strategy A and B be the number from Strategy B. We have two equations: 1) A + B = 1400. 2) 0.05A + 0.12B = 0.08 * 1400 = 112. From equation 1, B = 1400 - A. Substitute this into equation 2: 0.05A + 0.12(1400 - A) = 112. Simplify: 0.05A + 168 - 0.12A = 112. Combine terms: -0.07A = -56. Solve for A: A = -56 / -0.07 = 800. So, 800 exposures must come from Strategy A.
A startup company's user base grew from 1,500 users to 7,500 users over a two-year period.
Which of the following represents the total percentage increase in the user base?