D
This is because the expression can be simplified to get the same result. -1+2log_4((1/4)x)
No, the answer is 3/8 because if 3/4 of the cars are Sudan's, and half of that three quarters are white, you need to divide three quarters into two to get the answer. I did this question by using the equivalent fraction 6/8 and dividing both numbers into two.
Answer:
min = a_1
for i:= 2 to n:
if < min then min =
return min
Step-by-step explanation:
We call the algorithm "minimum" and a list of natural numbers
So lets first set the minimum to
min = a_1
now we want to check all the other numbers.
We can use a simple for loop, to find the minimum
min = a_1
for i:= 2 to n:
if < min then min =
return min
Answer: the bill for a hamburger is $0.7
the bill for a salad is $1.5
Step-by-step explanation:
Let x represent the bill for a hamburger.
Let y represent the bill for a salad.
The bill for five hamburgers and four salads is $9.50. This means that
5x + 4y = 9.5- - - - - - - - - - - - - - 1
The bill for four hamburgers and five salads is $10.30. This means that
4x + 5y = 10.3 - - - - - - - - - - - - - -2
Multiplying equation 1 by 4 and equation 2 by 5, it becomes
20x + 16y = 38
20x + 25y = 51.5
Subtracting, it becomes
- 9y = - 13.5
y = - 13.5/ - 9
y = 1.5
Substituting y = 1.5 into equation 1, it becomes
5x + 4(1.5) = 9.5
5x + 6 = 9.5
5x = 9.5 - 6 = 3.5
x = 3.5/5 = 0.7
60x0.25=15
60x0.10=6
51x0.25=12.75
13.35-12.75
D-6
Q-51