Answer:
Привет! Кто-нибудь читал Криспину крест ведущего? Если да, то может ли кто-нибудь дать мне представление о том, как он изменился в этой истории! Спасибо за ваше время!
Step-by-step explanation:
30.5
10 to the 2nd power is 100
3050/100 = 30.5
Answer:
3:15, 5:25, 7:35, 8:40, 10:50
Step-by-step explanation:
When I first tried this I thought it was for every one there was fifteen. I messed up then looked, realized, and changed it. For every 3 there is 15 so 15 ÷ 3 = 5 so when I saw the 5 I multiplied it by five to get 25 then continued throughout. Your first step when doing these problems again is to divide (but make sure you divide the right number) then once you find out that sweet number, multiply is by the time to get the photos, and divide by five on the photos to get the time.
<em>Hope you got this right!</em>
Answer:
x=[15:-5:-25]'
Step-by-step explanation:
In order to create a vector you need to use this command:
x = [j:i:k]'
This creates a regularly-spaced vector x using i as the increment between elements. j is the initial value and k is the final value. Besides you need to add the character ' at the end in order to convert the arrow vector in a column vector