<span>Here the given equation is :
2-8x= -6
By bring -6 on the Left Hand size and taking 8x on the Right Hand side, the equation become.
2+6= 8X
8= 8X
X=8/8
X=1
Hence value of X is 1.
Hence correct option is A.</span>
Answer:
b
Step-by-step explanation:
Answer:
D) She has a total of $62 in the piggy bank.
Step-by-step explanation:
Jenny has been saving quarters in a piggy bank since she was born.
She decides to add 56 more quarters so that she can buy a $65 phone.
So she has 192 + 56 = 248 quarters currently.
1 quarter is equivalent to $0.25
248 quarters equals;
× $0.25 = $62
So Jenny has a total of $62 in the piggy bank.
Problem 7)
The answer is choice B. Only graph 2 contains an Euler circuit.
-----------------
To have a Euler circuit, each vertex must have an even number of paths connecting to it. This does not happen with graph 1 since vertex A and vertex D have an odd number of vertices (3 each). The odd vertex count makes it impossible to travel back to the starting point, while making sure to only use each edge one time only.
With graph 2, each vertex has exactly two edges attached to it. So an Euler circuit is possible here.
================================================
Problem 8)
The answer is choice B) 5
-----------------
Work Shown:
abc base 2 = (a*2^2 + b*2^1 + c*2^0) base 10
101 base 2 = (1*2^2 + 0*2^1 + 1*2^0) base 10
101 base 2 = (1*4 + 0*2 + 1*1) base 10
101 base 2 = (4 + 0 + 1) base 10
101 base 2 = 5 base 10