Answer:
BD
Step-by-step explanation:
to find the longest segment in a triangle, first find the largest angle and the line opposite to it is the largest segment:
in this case it is angle BCD and the segment opposite is BD
You are given
.. 11 dollars = 10 euros
Divide this equation by 11 to find the euro value of 1 dollar
.. 1 dollar = 10/11 euros
About 0.91 euros
___
The decimal equivalent of 10/11 is the repeating decimal fraction 0.909090...
Answer:
the coefficient in the equation is 13
Step-by-step explanation:
a coefficient is a number that is in front of a variable. 13 is in front of the variable u so it is the coefficient.
1 pencil + 1 eraser = $1.10
Pencil cost $1 more than the eraser.
⇒ If we take away $1 from the total, both the pencil and the eraser will cost the same.
⇒ $1.10 - $1.00 = $0.10
Divide by 2 to find the cost of the eraser.
⇒$0.10 ÷ 2 = $0.05
Find the cost of the pencil, which is $1 more than the eraser.
⇒ $0.05 + $1 = $1.05
Answer: The eraser costs $0.05
Answer:
Yes
Step-by-step explanation:
A for loop basically relies on repeating the same code for a pre-set number of times. During which you can make any code repeat inside of it, including indexing through a type of list. Many times a for-loop will use the indexes in a list to calculate the number of times that the loop has to repeat. This is usually done in order to search or apply changes in an array of other types of data structures that have countless values stored in it.