Solving Math Problems: Equations, Matrices, and Optimization

Problem 1: Age Calculation

Three men’s ages total 85 years. Within 5 years, what will be the sum of their ages? They now have two children. Within two years, the middle child’s age will be half the sum of the current ages of the youngest and oldest children. How old is everyone?

Solution:

Let:

  • Formula
  • Formula
  • Formula

Problem 2: Matrix Equation

Determine the matrix A that satisfies the equation A – 2B = AB’, where B = Formula and B’ represents the transpose of B.

Solution:

We need to solve: A – 2Formula = AFormula

That is:

A – AFormula = Formula

Formula AFormulaFormula = AFormula = Formula

Therefore, A = Formula Formula Formula = Formula Formula = Formula

Problem 3: System of Equations

Formula

Solution:

The system can be written in matrix form:

Formula Formula = Formula

Rank(A) -> Formula = -14

Rank(A) = 3 = Rank(AB)

This is a compatible and determined system. The solution is:

x = Formula = Formula

y = Formula = Formula

z = Formula = 0

Problem 4: Storage Optimization

A store stocks sunflower oil and olive oil. To meet customer demand, they must have a minimum of 29 cans of sunflower oil and 40 drums of olive oil. Additionally, the number of cans of olive oil should not be less than half the number of cans of sunflower oil. The total storage capacity is 150 cans. Knowing that the storage cost of an olive oil drum is 10 euros and a can of sunflower oil is 5 euros, how many cans of each type should be stored to minimize expenditure? What is that minimum expenditure?

Solution:

Let:

Formula

We aim to maximize or minimize the objective function f(x, y) = 10x + 5y

subject to the restrictions:

Formula

The objective function value at these points is:

f(A) = 490

f(B) = 580

f(C) = 1000

f(D) = 1300

Therefore, to minimize expenditure, we need to store 29 cans of sunflower oil and 40 cans of olive oil. To maximize expenditure, we need to store 110 cans of sunflower oil and 40 cans of olive oil.

More Math Challenges

Problem 1: Real Estate Sales

A real estate agent has sold a total of 65 parking spaces in 3 different neighborhoods. Proceeds from the sale of a parking space in residential area A is 2,000 euros, 4,000 euros in residential area B, and 6,000 euros in residential area C.

We know that 50% more spaces were sold in area B than in area C. Calculate the number of parking spaces sold in each development, knowing that the profit from those sold in area C is equal to the sum of the profits from those sold in areas A and B.

Solution:

Let:

Formula

Before solving the system, we simplify the second equation:

Formula Formula Formula

Problem 2: Inverse Matrix and Equation

Given the matrix A = Formula

a) Find its inverse.

b) Solve the equation XA Formula + 5A = Formula

Solution:

a) AFormula = Formula = Formula

b) XFormula = Formula – 5Formula Formula

XFormula = Formula – 5Formula

X = Formula

X = Formula

Problem 3: Inequations and Optimization

a) Graph the solution set of the system of inequations:

Formula

b) Determine the vertices of the region obtained in the previous paragraph.

c) Calculate the point where the function f(x, y) = 3x – y reaches its minimum and find the minimum value.

Solution:

b) A = Formula -> A(1, 1)

B = Formula -> B(2, Formula )

C = Formula -> C(4, -1)

D = Formula -> D(3, -2)

c) f(A) = 2

f(B) = 4.5

f(C) = 13

f(D) = 11

The minimum is reached at point A(1, 1) with a value of 2.

Problem 4: Company Profit Analysis

The income statement (profit or loss) in millions of euros of a company is given by this function of x years of its existence:

Y = Formula

a) Since what year has the company started experiencing losses?

b) When does the company reach its maximum payout? How much is it?

Solution:

a) The company has losses when the function is negative. Since x represents the years of existence of the business, it cannot be negative. Therefore, the function will indicate a loss when the numerator is negative, that is, when 5Formula + 20x – 25 Formula , which occurs after the first year (x = 1).

b) Formula

This equals zero when the numerator is zero, that is:

Formula Formula

Since the function is increasing to the left of 7 and decreasing to the right, at x = 7 there is a maximum, and the maximum profit will be:

Formula

Problem 5: Function Analysis

a) Calculate the absolute maximum and minimum of the function f(x) = Formula in the interval [1, 4]. Justify that the points found are absolute maximum or minimum.

b) Study the continuity in the interval [0, 4] of this function:

f(x) = Formula Formula

Solution:

a) f'(x) = 3xFormula – 12x + 9, which equals zero for Formula

At x = 3 there is a minimum.

f(1) = f(4) = 5

At x = 4 there is also a maximum.

b) The function is continuous within the intervals. At the point of discontinuity:

Formula Formula

Therefore, the function is always continuous on the interval [0, 4].