Get the answers you need at Westonci.ca, where our expert community is dedicated to providing you with accurate information. Experience the ease of finding precise answers to your questions from a knowledgeable community of experts. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.
Sagot :
Step-by-step explanation:
f(4) means x = 4.
what function definition can we use ? the second one for x >= 4
so,
4² - 10×4 + 21 = 16 - 40 + 21 = -3
f(4) = -3
f(0) means x = 0.
so, we use the first function definition (x < 4).
0 - 4 = -4
f(0) = -4
f(x) = 0
for the first function definition this would only be possible for x = 4. but again, for x = 4 this is invalid.
so, we can only look at the second function definition.
x² - 10x + 21 = 0
a squared equation is solved by
x = (-b ± sqrt(b² - 4ac))/(2a)
in our case
a = 1
b = -10
c = 21
x = (10 ± sqrt(100 - 84))/2 = (10 ± sqrt(16))/2 =
= (10 ± 4)/2 = 5 ± 2
x1 = 5 + 2 = 7
x2 = 5 - 2 = 3, which contradicts again the validity of the second function definition (x >=4).
so, the only valid solution is x = 7
Thanks for stopping by. We are committed to providing the best answers for all your questions. See you again soon. We hope this was helpful. Please come back whenever you need more information or answers to your queries. Thank you for using Westonci.ca. Come back for more in-depth answers to all your queries.