Answer:
x=7.78
Step-by-step explanation:
142=10x+8x+2
Move all numbers with the same variables to each side to separate them.
142-2=10x+8x
140=18x
Divide by 18.
x= 140/18
x=7.78
Any line can be expresses as:
y=mx+b where m=slope=(y2-y1)/(x2-x1) and b=y-intercept (value of y when x=0)
First find the slope:
m=(2-0)/(8-0)=2/8=1/4 so we have thus far:
y=0.25x+b, we solve for b using any point on the line, (8,2)
2=0.25(8)+b
2=2+b
0=b
So the line is:
y=.25x which they might also express as y=x/4
The answer is E. (1/4)x
Answer:
import pandas as pd
vec = pd.Series([7.12,24,4,18,12,9])
vec.plot(kind = 'hist')
Step-by-step explanation:
You can use python for that.
By doing
import pandas as pd
vec = pd.Series([7.12,24,4,18,12,9])
vec.plot(kind = 'hist')
And this is the result you get
1.
An expression of the form

is called a "compound fraction"
Compound fractions can be written as simple fractions by multiplying c to a, and then adding the product to c as follows:

for example,

can be written as:

2.
when we subtract or add a fraction

from an integer k,
we first write k as a fraction with denominator n. We can do this as follows:

for example, if we want to subtract

from 8,
we first write 8 as a fraction with denominator 2:

3.
Thus,

4.
The simple fraction 7/2 is not an option, so we write it as a compound fraction as follows:

(So write 7 as the sum of the largest multiple of 2, smaller than 7 + what is left. In our case these numbers are 6 and 1, then proceed as shown)
5. Answer: D