Question 346275: If a = 9c^2 + 4 and b = 7 + 3c, what is a in terms of b? Step by step please with formula used to solve. Found 3 solutions by nyc_function, solver91311, ewatrrr:Answer by nyc_function(2741) (Show Source):
You can put this solution on YOUR website! Solve b = 7 + 3c for c as step one.
b = 7 + 3c
b - 7 = 3c
(b - 7)/3 = c
Replace c with (b - 7)/3 in equation a.
a = 9c^2 + 4
a = 9[(b - 7)/3]^2 + 4
Do the math and solve for a.
This will give you the answer a in terms of b.
Understand?