Answer:
45%
Step-by-step explanation:
Answer:
72
Step-by-step explanation:
A=a+b/2*hA=12
A=12*12/2
Hoped this helped! :)
Plz mark Brainliest!
Have a nice day!
72
Answer:
<u>19</u> is the numerical value
Step-by-step explanation:
Also, when it's converted to number I.e.
E = 14 , B = 11
= 14 + 11 = 25
But in letters the numerical value is
E + B = 19
Winston would need to sell 14 more hot dogs to earn $175
Step-by-step explanation:
The given is:
- Winston earns $140 by selling 56 hot dogs
- He is using the same rate for the cost of one hot dog
- He want to earn $175
We need to find how many more hot dogs would Winston need to sell to earn $175
∵ The he sold 56 hot dogs for $140
- Find the price of each hot dog by dividing 140 by 56
∴ The price of each hot dog = 140 ÷ 56 = 2.5
∴ The price of each hot dog is $2.5
∵ He need to earn $175
∵ He sells all hot dogs by the same price
- Divide 175 by 2.5 to find the number of the hot dogs
∵ 175 ÷ 2.5 = 70
∴ He must sell 70 hot dogs to earn $175
∵ He already sold 56
- Subtract 56 from 70 to find how many more hot dogs he
needs to sell
∵ 70 - 56 = 14
∴ He must sell another 14 hot dogs to earn that money
Winston would need to sell 14 more hot dogs to earn $175
Learn more:
You can learn more about the word problems in brainly.com/question/10557938
#LearnwithBrainly
The <em>first three</em> elements of the <em>recursive</em> series are 6, 10, 8. (Correct choice: B)
<h3>How to generate values from a recursive function</h3>
In this question we have a kind of <em>recursive</em> function known as Fibonacci's function, where a value of the series is generated from at least <em>immediately previous</em> elements. In this case, we need to find the <em>first</em> three elements from the <em>fifth</em> and <em>fourth</em> elements of the series:

a₄ = a₅ - a₆ + 4
a₄ = - 2 - 0 + 4
a₄ = 2
a₃ = a₄ - a₅ + 4
a₃ = 2 - (- 2) + 4
a₃ = 8
a₂ = a₃ - a₄ + 4
a₂ = 8 - 2 + 4
a₂ = 10
a₁ = a₂ - a₃ + 4
a₁ = 10 - 8 + 4
a₁ = 6
The <em>first three</em> elements of the <em>recursive</em> series are 6, 10, 8. (Correct choice: B)
To learn more on recursive series: brainly.com/question/8972906
#SPJ1