Answer:
The relationship between price and the number of empanadas is PROPORTIONAL.
1 Empanada = 50 cent = $0.5
Constant of PROPORTIONALITY = ½
Step-by-step explanation:
From the given table:
2 Empanadas = $1
6 Empanadas = $3
We see that, as the number of Empanadas increases, the amount in Dollars also increases. Such that:
Let E = Empanadas
$ = dollar
~ = sign of PROPORTIONALITY.
Therefore:
$ ~ E
$ = KE
Where K = constant of proportionality.
When E = 4; $ = 2
$2 = K4
K= 2/4
K = ½
$ = ½E (Binding formula)
This applies for all the number of Empanadas bought.
The simplest approach to do this is:
Convert both numbers to string
Concatenate both strings into one, as this is comparatively easy
Convert this concatenated string back to integer
Step-by-step explanation:
Given two integers n1 and n2, the task is to concatenate these two integers into one integer.
Example:
Input: n1 = 12, n2 = 34
Output: 1234
Input: n1 = 1, n2 = 93
Output: 193
Answer: 28.75° and 61.25°
Step-by-step explanation:
A complementary angle equals 90°.
Let the measure of the angle be a
Therefore, its complement will be:
= 90-a.
The complement of an angle is 25 less than 3 times the angles itself can be written as:
90-a = 3a - 25
90 + 25 = 3a + a
115 = 4a
a = 115/4
a= 28.75
Since the angle is 28.75°, the complement will be:
= 90° - 28.75°
= 61.25°
The angles are 28.75° and 61.25°