Theorem of cosine:
a²=b²+c²-2bc(cos α) ⇒cos α=-(a²-b²-c²) / 2bc
In this case:
a=15 cm
b=10 cm
c=5 cm
cos α=-(15²-10²-5²) / 2*10*5
cos α=-100 / 100
cos α=-1
A=arc cos -1=180º This is impossible, because:
A+B+C=180º; then B=C=0º This is impossible for make a triangle (B>0 and C>0 if we want to make a triangle).
Therefore: it is not possible can make a triangle with side lengths of 5 cm, 10 cm and 15 cm.
Answer:
x=11
Step-by-step explanation:
The switch case works like an if or if-else, where each of the cases are conditionals. Here we have 7 cases and we know that our variable begins with x=5.
First, it enters to case 5 because of x=5, so x+=3, this means we add 3 to the actual value of the variable ⇒ x=8.
At this point, if there's not break the program continues to the next case, executing the statements until a break or the end on the switch is reached.
In this order, the x = 8 and next we add 1 (case 6) ⇒ x=9. We add 2 (case 7) x+=2 ⇒ x=10. Then we rest 1 (case 8) ⇒ x=9 and then we add 1 again as in case 9 ⇒ x=11.
Answer:
120+(10+2x)=180
10+2x=60
2x=50
x=25degreeeee
Step-by-step explanation:
follow me in this app for more
the answer for 135 times 12 is 1620
Answer:
The intercept are the number of each of the pots used when no soil was put in the other pot.
When no soil was put in the large pots, then 120/5 = 24 small pots will be filled.
When no soil was put in the small pots, then 120/12 = 10 large pots will be filled.
Therefore, the points Labelled are (24, 0) and (0, 10)
Step-by-step explanation:
Please mark me as the BRAINLIEST please.