9x^2+t+25=(ax+b)^2
9x^2+t+25=a^2*x^2+2abx+b^2 so
a^2=9 so a=3
b^2=25 so b=5 then
t=2ab using a and b from above
t=2*3*5=30
So the missing term is 30x
Answer:
14 correct and 11 wrong
Step-by-step explanation:
If you got a 56% , we need to change this to decimal form 56% = .56
This is the percent you got right
.56* 25 = 14
You got 14 questions right
To determine the number of questions you got wrong, take the total number of questions minus the number you got right.
25-14 =11
You got 11 wrong
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:
Answer:
C should slot on top of A.
Then D should slot in next to C of the left.
Lastly B should be beneath D and on the left of A.
Hope that makes sense.
Answer:
2304
Step-by-step explanation:
<u>Given :- </u>
- A geometric sequence is given to us which is 9 , -18 , 36.
And we need to find out the 9th term of the sequence. Here firstly we should find the Common Ratio and then we can substitute the respective values in the formula to find the nth term of a geometric sequence .
<u>Common Ratio :- </u>
CR = -18÷ 9 = -2
<u>The </u><u>9</u><u> th term :- </u>
T_n = arⁿ - ¹
T_9 = 9× (-2) ⁹ - ¹
T_9 = 9 × (-2)⁸
T_9 = 9 × 256
T_9 = 2304
<u>Hence the 10th term is </u><u>2</u><u>3</u><u>0</u><u>4</u><u>.</u>