The problem is to evaluate the expression:
(5-a)(5-a) - a(a-4)
Given that: a = 1/4
Step-by-step solution:
- Step 1: Expand the first term (5-a)(5-a).
This is a square of a binomial: (x-y)2 = x2 - 2xy + y2.
So, (5-a)2 = 52 - 2(5)(a) + a2 = 25 - 10a + a2. - Step 2: Expand the second term a(a-4).
Distribute 'a' to both terms inside the parenthesis:
a(a-4) = a * a - a * 4 = a2 - 4a. - Step 3: Substitute the expanded terms back into the original expression.
The expression becomes: (25 - 10a + a2) - (a2 - 4a). - Step 4: Simplify the expression by removing the parenthesis. Remember to change the sign of each term inside the second parenthesis because of the minus sign in front of it.
25 - 10a + a2 - a2 + 4a. - Step 5: Combine like terms.
Combine the 'a2' terms: a2 - a2 = 0.
Combine the 'a' terms: -10a + 4a = -6a.
The constant term is 25.
The simplified expression is: 25 - 6a. - Step 6: Substitute the given value of 'a' into the simplified expression.
Given a = 1/4.
25 - 6 * (1/4). - Step 7: Perform the multiplication.
6 * (1/4) = 6/4 = 3/2. - Step 8: Perform the subtraction.
25 - 3/2.
To subtract these, find a common denominator, which is 2.
25 can be written as 50/2.
So, 50/2 - 3/2 = (50 - 3) / 2 = 47/2.
Answer: The value of the expression is 47/2 or 23.5