Answer:
3rd option
Step-by-step explanation:
the ratio of b : c is the cos77° , that is
cos77° =
=
≈ 0.224951054.
Answer:
145
Step-by-step explanation:
Ⓗⓘ ⓣⓗⓔⓡⓔ
9+8{7*6-5[4+(3-2*1)}]}
9+8{7*6-5[4+1]}
9+8{7*6-25}
9+8{42-25}
9+136
145
(っ◔◡◔)っ ♥ Hope this helped! Have a great day! :) ♥
Please, please give brainliest, it would be greatly appreciated, I only a few more before I advance, thanks!
Ok It depends upon what the order of the terms might be
If we consider that the positive mixed number is the first term and the negative mixed number is the second term and we consider "difference" to be subtraction.....then the result is positive
For example
(3 + 1/2) - [ -(1 + 1/2)] =
(3 +1/2) + (1 + 1/2) = 5 since subtracting a negative results in a positve
But....if we had the reverse order with the same operation, we would have
-(1 + 1/2) - (3 + 1/2) and the result is - 5
Hence.......I would go with "sometimes"
My answer is B and A that's my answer
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.