Answer:
5:1
Step-by-step explanation:
That's just how ratios work.
2x^2 = 72
Divide both sides by 2:
X^2 = 36
Take the square root of both sides
X = 6
Answer:

Step-by-step explanation:
Given

Required
The linear function of a competitor's website
On day 1, both websites have the same subscribers.
This implies that:

Substitute: 



This implies:

On day 34, both websites have the same subscribers.
This implies that:

Substitute: 



This implies:

To calculate the linear function of the competitor, we have:


Calculate slope (m)




The equation is then calculated as:

This gives:

Open bracket

<em></em>
<em> --- This represents the linear function of the competitor's website</em>
Answer:
int age;
age=18;
float weight;
weight=114.5F;
Step-by-step explanation:
int age; \\ it is declared as integer because 18 is an integer value
age=18; \\ initialized as 18 is stored in the variable 'age'
float weight; \\ weight is declared as float because it's value is floating or decimal value which cannot be declared as integer value
weight=114.5F; \\ F shows that it's single floating type value of 32 bits, if F is not written then it means it double floating type value which is 64 bits long
Assuming it is a rectangular room it would be a perimeter of 151ft.
And the area would be 2844ft
Hope this helps!