Membership is discounted $2 for first month
c=cost of one month
d=discount=$2
x=# of months
xc - 2= total cost
x for 1 month is 1, c is always 12, -2 is constant
1 x(12) - 2=10 for first month
8 months
8c -2=total cost for 8 months
8 x 12 - 2= 94 for 8 months
Answer:
a³-b³= (a-b)(a²+ab+ b²)
Step-by-step explanation:
Multiply straight across
5/1 * 3/4 = 15/4
now change it into a mixed number
3 3/4
Answer:
$132,000 X .0085 = $1,122 / 360 = $3.1166 X 164 = $511.13
One mill is one dollar per $1,000 dollars of assessed value.
In our case 8.5 mills equivalent to 0.0085.
So to get the assessed value for one day
we will get
$132,000 X .0085 = $1,122 / 360 = $3.1166
Now we have the value for one day,
For June 14, we will calculate the days from January 1st to date
total days are 164. i.e. 5*30+14 = 164
Finally, the seller owes
$3.1166 * 164 = 511.13
Answer:
The probability of the system being down in the next hour of operation is 0.3.
Step-by-step explanation:
We have a transition matrix from one period to the next (one hour) that can be written as:
![T=\left[\begin{array}{ccc}&R&D\\R&0.7&0.3\\D&0.2&0.8\end{array}\right]](https://tex.z-dn.net/?f=T%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D%26R%26D%5C%5CR%260.7%260.3%5C%5CD%260.2%260.8%5Cend%7Barray%7D%5Cright%5D)
We can represent the state that system is initially running with the vector:
![S_0=\left[\begin{array}{cc}1&0\end{array}\right]](https://tex.z-dn.net/?f=S_0%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7D1%260%5Cend%7Barray%7D%5Cright%5D)
The probabilties of the states in the next period can be calculated using the matrix product of the actual state and the transition matrix:

That is:
![S_1=S_0\cdot T= \left[\begin{array}{cc}1&0\end{array}\right]\cdot \left[\begin{array}{cc}0.7&0.3\\0.2&0.8\end{array}\right]= \left[\begin{array}{cc}0.7&0.3\end{array}\right]](https://tex.z-dn.net/?f=S_1%3DS_0%5Ccdot%20T%3D%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7D1%260%5Cend%7Barray%7D%5Cright%5D%5Ccdot%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7D0.7%260.3%5C%5C0.2%260.8%5Cend%7Barray%7D%5Cright%5D%3D%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7D0.7%260.3%5Cend%7Barray%7D%5Cright%5D)
With the inital state as running, we have a probabilty of 0.7 that the system will be running in the next hour and a probability of 0.3 that it will be down.