Answer:
y = 7x - 5
Step-by-step explanation:
y=mx+b Where m is the slope and b is the y-intercept
The answer would be 8. I got that by adding up all the numbers (64) and then dividing <span>how many numbers there are total which gave me the answer of 8.</span>
You can think of x && y || z as equivalent to: int func (int x, int y, int z) { if (x) { if (y) { return true; } } if (z) { return true; } return false; } Since both x and y are fixed to be non-zero values the first return statement is always hit. thats what i think
Simple...
change them all into fractions or decimals...
0.7---> 0.7

-->>0.77

--->>0.875
Ordering from greatest to least....
0.875-->>0.77-->>0.7

-->>

-->>0.7
Thud, your answer.
Let x be the distance traveled on the highway and y the distance traveled in the city, so:
Now, the system of equations in matrix form will be:
![\left[\begin{array}{ccc}1&1&\\ \frac{1}{65} & \frac{1}{25} &\end{array}\right] \left[\begin{array}{ccc}x&\\y&\end{array}\right] = \left[\begin{array}{ccc}375&\\7&\end{array}\right]](https://tex.z-dn.net/?f=%20%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D1%261%26%5C%5C%20%5Cfrac%7B1%7D%7B65%7D%20%26%20%5Cfrac%7B1%7D%7B25%7D%20%26%5Cend%7Barray%7D%5Cright%5D%20%20%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7Dx%26%5C%5Cy%26%5Cend%7Barray%7D%5Cright%5D%20%3D%20%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D375%26%5C%5C7%26%5Cend%7Barray%7D%5Cright%5D%20)
Next, we are going to find the determinant:
![D= \left[\begin{array}{ccc}1&1\\ \frac{1}{65} & \frac{1}{25} \end{array}\right] =(1)( \frac{1}{25}) - (1)( \frac{1}{65} )= \frac{8}{325}](https://tex.z-dn.net/?f=D%3D%20%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D1%261%5C%5C%20%5Cfrac%7B1%7D%7B65%7D%20%26%20%5Cfrac%7B1%7D%7B25%7D%20%5Cend%7Barray%7D%5Cright%5D%20%3D%281%29%28%20%5Cfrac%7B1%7D%7B25%7D%29%20-%20%281%29%28%20%5Cfrac%7B1%7D%7B65%7D%20%29%3D%20%5Cfrac%7B8%7D%7B325%7D%20)
Next, we are going to find the determinant of x:
![D_{x} = \left[\begin{array}{ccc}375&1\\7& \frac{1}{25} \end{array}\right] = (375)( \frac{1}{25} )-(1)(7)=8](https://tex.z-dn.net/?f=%20D_%7Bx%7D%20%3D%20%20%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D375%261%5C%5C7%26%20%5Cfrac%7B1%7D%7B25%7D%20%5Cend%7Barray%7D%5Cright%5D%20%3D%20%28375%29%28%20%5Cfrac%7B1%7D%7B25%7D%20%29-%281%29%287%29%3D8)
Now, we can find x:

Now that we know the value of x, we can find y:

Remember that time equals distance over velocity; therefore, the time on the highway will be:

An the time on the city will be:

We can conclude that the bus was five hours on the highway and two hours in the city.