<h3>
Answer: Largest value is a = 9</h3>
===================================================
Work Shown:
b = 5
(2b)^2 = (2*5)^2 = 100
So we want the expression a^2+3b to be less than (2b)^2 = 100
We need to solve a^2 + 3b < 100 which turns into
a^2 + 3b < 100
a^2 + 3(5) < 100
a^2 + 15 < 100
after substituting in b = 5.
------------------
Let's isolate 'a'
a^2 + 15 < 100
a^2 < 100-15
a^2 < 85
a < sqrt(85)
a < 9.2195
'a' is an integer, so we round down to the nearest whole number to get 
So the greatest integer possible for 'a' is a = 9.
------------------
Check:
plug in a = 9 and b = 5
a^2 + 3b < 100
9^2 + 3(5) < 100
81 + 15 < 100
96 < 100 .... true statement
now try a = 10 and b = 5
a^2 + 3b < 100
10^2 + 3(5) < 100
100 + 15 < 100 ... you can probably already see the issue
115 < 100 ... this is false, so a = 10 doesn't work
Ok, so;
Let me draw the figure here below:
We know that the area of a circle can be found using the next equation:
Area = πr².
Where r is the radius and π is a number.
So, the area of this circle, will be:
Area = π(1km)²
Area = π km²
Answer:
Step-by-step explanation:
50a³b = 2⋅5²a³b
8ab = 2³ab
GCF = 2ab
50a³b - 8ab = 2ab(5²a² - 2²)
5²a² - 2² = (5a - 2)(5a + 2)
Answer:
y= 10/3 + x/3
Step-by-step explanation:
not sure how to explain this
First, conceptually understand what an inverse function is, it makes solving it very intuitive. An inverse function is simply a function which has points (y,x) for every point (x,y) of the parent function. So you are essentially taking all points of the parent function and switching the x and y coordinates for each. Those switched coordinates are produced by the "inverse function".
Mathematically then, finding the inverse function is a matter of solving for x and then switching the variable labels. In this case:
y=2x+1 subtract 1 from both sides
y-1=2x divide both sides by 2
(y-1)/2=x now just switch the labels for the variables...
y=(x-1)/2 so
f^-1(x)=(x-1)/2 is the inverse of f(x)=2x+1