The correct expression is (a) n = 100; (x + 10)^2
<h3>How to determine the value of n?</h3>
The expression is given as:
x^2 + 20x + n
Take the coefficient of x
k = 20
Divide by 2
k/2= 10
Square both sides
(k/2)^2 = 100
The above value represents the value of n
i.e.
n = 100
So, we have:
x^2 + 20x + 100
Expand
x^2 + 10x + 10x + 100
Factorize
x(x + 10) + 10(x + 10)
Factor out x + 10
(x + 10)^2
Hence, the correct expression is (a) n = 100; (x + 10)^2
Read more about trinomial at:
brainly.com/question/1538726
#SPJ1
Answer:
The zeros of f(x) are -3, 2 , 6
Step-by-step explanation:
f(x) is a polynomial of degree 3.
If the polynomial is not factorized we will either factorize to find the zero or use trial and error method.
Since the f(x) in the question is in the factorized form. we will have to equate each factor to zero.
f(x) = (x+3)(x-2)(x-6)
x + 3 = 0 => x = -3
x - 2 = 0 => x = 2
x - 6 = 0 => x = 6
1.) Jarvis lives 3 miles away from Cassidy and Theo lives 6 miles away.
(if Jarvis lives 3 miles away from Cassidy and Theo is twice as far from Jarvis, Theo would be twice as many miles away from Cassidy than Jarvis; 3 times 2 is 6; 3+6+=9)
2.) Jorge's watering can can hold 8 cups of water.
(Older brother's can hold 16 cups; 8+8+16= 32; there are 32 cups in 2 gallons)
Step-by-step explanation:
Rs 720
Cost of 1 m of cloth = 450/5= Rs 90
Cost of 8 m of cloth= 90*80= Rs 720
Answer:
clc%clears screen
clear all%clears history
close all%closes all files
p=250;
M=[];
for i=1:100000
re=0;
S=0;
while(S<=1)
S=S+rand;
re=re+100;
end
M(i)=re;
end
disp('Expected received money is');
mean(M)
disp('Since expcted is greater than what we pay. So, we will play')
Step-by-step explanation: