If you hit a double in baseball you run 170 feet before stopping at home plate so the answer is 170
The model below represents an equation. Which value of x makes the value true?
x=
The model below represents an equation. Which value of x makes the value true?
x=
If you increase a number by 4.5%, then you're adding 4.5% of that number to 100% of that number. So essentially you just multiply 14187.13 by 104.5%, or 1.045 to find the answer, which is 14,825.55.
The polygon would have 18 sides. Hope this helps!
F: R -> R, f(x) = ax + b;
f(1) = 8 => a + b = 8;
f(2) = 14 => 2a + b = 14 => a = 6 and b =2;
f(3) = 20 => 6*3 + 2 = 20 True;
f(4) = 26 => 4*6 + 2 = 26 True;
then, f:R -> R, f(x) = 6x + 2;