Answer: 2, 2, 2, 5, 13, 13.
Step-by-step explanation:
Here is the math in order to find the prime factorization
6760 ÷ 2 = 3380
3380 ÷ 2 = 1690
1690 ÷ 2 = 845
845 ÷ 5 = 169
169 ÷ 13 = 13
13 ÷ 13 = 1
The most simplified version of it is 49/50
Answer:
0.0081
Step-by-step explanation:
yes bye that's the answer
Answer:
92 miles
Write an inequality for the total cost of the rental.
Cost of the rental = 19.50+0.25x<=44
where x is the number of miles driven.
Subtract 19.50 from both sides.
0.25x<=44-19.50
0.25x<=24.5
x<=24.5/0.25
x<=98
Step-by-step explanation:
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