Answer:
Once the account is open, it is the responsibility of the account holders to reconcile their statements and maintain a proper balance in order to clear all checks. It is very important to pay attention to your balance, and a monthly reconciliation of your account is highly beneficial.
Step-by-step explanation:
Answer:
Step-by-step explanation:
The mean SAT score is
, we are going to call it \mu since it's the "true" mean
The standard deviation (we are going to call it
) is

Next they draw a random sample of n=70 students, and they got a mean score (denoted by
) of 
The test then boils down to the question if the score of 613 obtained by the students in the sample is statistically bigger that the "true" mean of 600.
- So the Null Hypothesis 
- The alternative would be then the opposite 
The test statistic for this type of test takes the form

and this test statistic follows a normal distribution. This last part is quite important because it will tell us where to look for the critical value. The problem ask for a 0.05 significance level. Looking at the normal distribution table, the critical value that leaves .05% in the upper tail is 1.645.
With this we can then replace the values in the test statistic and compare it to the critical value of 1.645.

<h3>since 2.266>1.645 we can reject the null hypothesis.</h3>
Answer:
$2,700
Step-by-step explanation:
Let the width of the pasture be x, this means that the length of the pasture will be 2x
The area of a rectangle is L * B
Hence,
x * 2x = 18,000
2x^2 = 180,000
x^2 = 90000
x = 300 meters
This means the length is 600 metres
Now, to get the length of the fence, we need to know the actual perimeter which is 2(L + B)
= 2 ( 300 + 600)
2 * 900 = 1,800 metres
The cost is thus 1,800 * $1.50 = $2,700
What do you mean? just the number 80?
T_n = 3 * T_(n-1)
Long way (always works!)
T_5 = 3*T_4,
T_4 = 3*T_3
T_3 = 3*T_2
T_2 = 3*T_1
T_5 = 3*3*3*3*T_1 = 81*T_1 = 81*8 = 648!
Short way (sometimes it works!)
T_n = 3^(n-1) * T_1 (this case is a geometric series of ratio-=3)
T_5 = 3^4*8 = 648