enVision Florida B.E.S.T. Algebra 1 EOC Practice Test Form C: Complete Study Notes

Function Transformations and Algebraic Representations

  • Vertical Transformations and Reflections:     - The function f(x)=2x3+x+1f(x) = -2x^3 + x + 1 is transformed to create g(x)=kf(x)g(x) = kf(x).     - When k=4k = 4, the graph of g(x)g(x) is the graph of f(x)f(x) stretched vertically by a factor of 44.     - When k=1k = -1, the graph of g(x)g(x) is the graph of f(x)f(x) reflected over the x-axis.

  • Radical Expressions and Equivalencies:     - The expression 2255\frac{\sqrt{225}}{\sqrt{5}} is examined for equivalence.     - Calculation: 2255=2255=45\frac{\sqrt{225}}{\sqrt{5}} = \sqrt{\frac{225}{5}} = \sqrt{45}.     - Simplifying 45\sqrt{45}: 9×5=35\sqrt{9 \times 5} = 3\sqrt{5}.     - The equivalent expression is 353\sqrt{5}.

  • Polynomial Division:     - Dividing the expression (30x4y3+42x3y9)(30x^4y^3 + 42x^3y^9) by 6x3y36x^3y^3:     - Step 1: 30x4y36x3y3=5x\frac{30x^4y^3}{6x^3y^3} = 5x.     - Step 2: 42x3y96x3y3=7y6\frac{42x^3y^9}{6x^3y^3} = 7y^6.     - Result: 5x+7y65x + 7y^6.

Systems of Equations and Exponential Forms

  • Solving Systems of Linear Equations:     - System:         - y=12x3y = \frac{1}{2}x - 3         - y=3x+4y = -3x + 4     - Solution Method (Substitution): 12x3=3x+4\frac{1}{2}x - 3 = -3x + 4     - Add 3x3x to both sides: 3.5x3=43.5x - 3 = 4     - Add 33 to both sides: 3.5x=73.5x = 7     - Solve for xx: x=2x = 2     - Substitute x=2x = 2 back: y=3(2)+4=2y = -3(2) + 4 = -2     - Solution set: (2,2)(2, -2).

  • Exponential Equivalence:     - The expression 1.92x+11.9^{2x+1} is analyzed.     - Using the property ab+c=ab×aca^{b+c} = a^b \times a^c: 1.92x×1.911.9^{2x} \times 1.9^1.     - Using the property abc=(ab)ca^{bc} = (a^b)^c: (1.92)x×1.9(1.9^2)^x \times 1.9.     - Calculation: 1.92=3.611.9^2 = 3.61.     - Equivalent form: 1.9(3.61)x1.9(3.61)^x.

Interest, Savings, and Financial Models

  • Yearly Compounded Interest (Ainsley's Account):     - Model: A=680(1.031)tA = 680(1.031)^t.     - Initial Investment: The principal amount is represented by the coefficient outside the parentheses, which is $680\$680.     - Annual Interest Rate: The growth factor is 1.0311.031. The rate rr is found by 1+r=1.0311 + r = 1.031, thus r=0.031r = 0.031, or 3.1%3.1\%.

  • Monthly Compounded Growth (Savings Account):     - Initial deposit: $1000\$1000.     - Monthly increase: 0.25%0.25\%, which is expressed as the decimal 0.00250.0025.     - Function for Account Balance: B(t)=1000(1.0025)tB(t) = 1000(1.0025)^t, where tt is the number of months.     - Growth Factors (Nearest Thousandth):         - Every month: 1.0031.003 (rounded from 1.00251.0025).         - Every year (12 months): (1.0025)121.030(1.0025)^{12} \approx 1.030.         - Every 3 years (36 months): (1.0025)361.094(1.0025)^{36} \approx 1.094.

  • Standard Investment Modeling:     - Curtis invests $475\$475 at 2.9%2.9\% compounded annually.     - Type of function: Exponential.     - Reasoning: The investment is modeled by an exponential function because the balance grows by the same percent (rate) each year.

  • Bank Fees (Fred's Checking Account):     - Monthly fee: 0.25%0.25\%.     - Initial balance: $875\$875.     - Growth model (decay): Since it is a fee, the balance decreases. B(t)=875(10.0025)tB(t) = 875(1 - 0.0025)^t.

Literal Equations and Linear Algebra

  • Solving for x in Literal Equations:     - Equation: 6x2ax=93(ax+2)6x - 2ax = 9 - 3(ax + 2).     - Step 1: Distribute: 6x2ax=93ax66x - 2ax = 9 - 3ax - 6.     - Step 2: Combine constants: 6x2ax=33ax6x - 2ax = 3 - 3ax.     - Step 3: Move all xx terms to one side: 6x2ax+3ax=36x - 2ax + 3ax = 3, which simplifies to 6x+ax=36x + ax = 3.     - Step 4: Factor out xx: x(6+a)=3x(6 + a) = 3.     - Step 5: Isolate xx: x=3a+6x = \frac{3}{a + 6}.

  • Identifying Algebraic Errors (Isaac's Solution):     - Original equation: 5(x+4)+3y=42y5(x + 4) + 3y = 4 - 2y.     - Isaac's Step 1: 5x+4+3y=42y5x + 4 + 3y = 4 - 2y.     - Mistake: Isaac failed to use the Distributive Property correctly on the left side. He should have multiplied 55 by both xx and 44 to get 5x+205x + 20.

  • Lines and Geometry:     - Graphing: The equation y=23x1y = \frac{2}{3}x - 1 represents a line with a y-intercept at (0,1)(0, -1) and a slope of 23\frac{2}{3}.     - Perpendicular Lines: To find a line through (20,38)(20, 38) perpendicular to y=25x2y = -\frac{2}{5}x - 2:         - Perpendicular slope (mm_{\perp}): The negative reciprocal of 25-\frac{2}{5} is 52\frac{5}{2}.         - Use point-slope form: y38=52(x20)y - 38 = \frac{5}{2}(x - 20).         - Simplify: y38=52x50y - 38 = \frac{5}{2}x - 50.         - Add 3838: y=52x12y = \frac{5}{2}x - 12.

Rational Exponents and Quadratic Modeling

  • Rational Exponents and Radicals:     - Property: 512=55^{\frac{1}{2}} = \sqrt{5}.     - Logic: (512)2=512×2=51(5^{\frac{1}{2}})^2 = 5^{\frac{1}{2} \times 2} = 5^1. Because squaring 5125^{\frac{1}{2}} results in 55, it is equivalent to the square root of 55.\n

  • Projectile Motion (Ball off a Cliff):     - Function: h(t)=13+9.8t4.9t2h(t) = 13 + 9.8t - 4.9t^2.     - Vertex: The vertex is at (1,17.9)(1, 17.9).     - Interpretation of X-coordinate (x=1x = 1): Represents the time it takes for the ball to reach its maximum height.     - Interpretation of Y-coordinate (y=17.9y = 17.9): Represents the ball's maximum height.

  • Polynomial Operations (Standard Form):     - Expression: (3x2)(x+1)+2(x5)225(3x - 2)(x + 1) + 2(x - 5)^2 - 25.     - Expand (3x2)(x+1)(3x - 2)(x + 1): 3x2+3x2x2=3x2+x23x^2 + 3x - 2x - 2 = 3x^2 + x - 2.     - Expand 2(x5)22(x - 5)^2: 2(x210x+25)=2x220x+502(x^2 - 10x + 25) = 2x^2 - 20x + 50.     - Combine all: (3x2+x2)+(2x220x+50)25=5x219x+23(3x^2 + x - 2) + (2x^2 - 20x + 50) - 25 = 5x^2 - 19x + 23.

  • Quadratic Equations from Tables:     - Given table: (3,13),(4,16),(5,17),(6,16),(7,13)(3, 13), (4, 16), (5, 17), (6, 16), (7, 13).     - The vertex is clearly (5,17)(5, 17) due to symmetry.     - Vertex form: f(x)=a(x5)2+17f(x) = a(x - 5)^2 + 17.     - Using point (4,16)(4, 16): 16=a(45)2+1716=a(1)+17a=116 = a(4 - 5)^2 + 17 \rightarrow 16 = a(1) + 17 \rightarrow a = -1.     - Standard form: f(x)=1(x210x+25)+17=x2+10x8f(x) = -1(x^2 - 10x + 25) + 17 = -x^2 + 10x - 8.

  • Quadratic Real-World Application (Stock Market):     - Model: P(d)=13100,000d2371,000d+15610P(d) = \frac{13}{100,000}d^2 - \frac{37}{1,000}d + \frac{156}{10}.     - The price is declining during the interval prior to the vertex (since a>0a \gt 0).     - Vertex d=b2a=0.0372(0.00013)142.3d = -\frac{b}{2a} = -\frac{-0.037}{2(0.00013)} \approx 142.3.     - Declining period (rounded to nearest day): 0 < d < 142.

Properties of Functions and Relations

  • End Behavior of Absolute Value Functions:     - Function: f(x)=x+3+4f(x) = -|x + 3| + 4.     - As it is a negative absolute value function (a=1a = -1), the graph opens downward.     - Behavior: As xx \to \infty, f(x)f(x) \to -\infty; and as xx \to -\infty, f(x)f(x) \to -\infty.

  • Population Growth/Decay:     - Function: f(x)=698(10.004)xf(x) = 698(1 - 0.004)^x.     - The base of the exponent is 0.9960.996. Since 0.996 < 1, the function represents exponential decay.

  • Domain and Range:     - Function: f(x)=(x+1)26f(x) = (x + 1)^2 - 6.     - This is a parabola opening upward with vertex at (1,6)(-1, -6).     - Domain: All real numbers.     - Range: y6y \ge -6.

  • Determining Function Types from Tables:     - Table 23: x=0,1,2,3,4x = 0, 1, 2, 3, 4; f(x)=14,2,16,128,1024f(x) = \frac{1}{4}, 2, 16, 128, 1024.     - The values of f(x)f(x) increase by a factor of 88 (14×8=2\frac{1}{4} \times 8 = 2, 2×8=162 \times 8 = 16).     - Function: f(x)=14(8)xf(x) = \frac{1}{4}(8)^x.     - Table 36: x=0,1,2,3,4x = 0, 1, 2, 3, 4; f(x)=2,5,11,29,83f(x) = 2, 5, 11, 29, 83.     - Type: Exponential (rate of change is not constant, nor is the second difference, but growth is rapid).

  • Real Solutions of Quadratics (Discriminant b24acb^2 - 4ac):     - A. x2+3x+2=094(2)=1x^2 + 3x + 2 = 0 \to 9 - 4(2) = 1 (Two real solutions).     - B. x2+4x4=0164(1)(4)=0-x^2 + 4x - 4 = 0 \to 16 - 4(-1)(-4) = 0 (Exactly one real solution).     - C. 2x2+x1=014(2)(1)=92x^2 + x - 1 = 0 \to 1 - 4(2)(-1) = 9 (Two real solutions).     - D. 4x2+4x+1=0164(4)(1)=04x^2 + 4x + 1 = 0 \to 16 - 4(4)(1) = 0 (Exactly one real solution).     - E. x25x+7=0254(7)=3x^2 - 5x + 7 = 0 \to 25 - 4(7) = -3 (Zero real solutions).

Data Analysis, Statistics, and Probability

  • Test Score Data:     - Scores: 76,83,83,78,89,90,95,77,83,82,90,8076, 83, 83, 78, 89, 90, 95, 77, 83, 82, 90, 80.     - Data Type: Numerical.     - Display Method: Line plot is best for showing frequency and distribution of numerical test scores.

  • Categorical Data Analysis:     - Hot drink orders sample: "tea with sugar and milk", "coffee with milk", etc.     - Type: Categorical univariate (one variable: the type of drink order described by categories).

  • Frequency Tables (Cafeteria Sales):     - Total items: 172172.     - Burgers: 108108 (9090 regular bun, 1818 gluten-free).     - Hot dogs: 6464 (4343 regular bun, 2121 gluten-free).     - Total regular: 90+43=13390 + 43 = 133.     - Total gluten-free: 18+21=3918 + 21 = 39.

  • Statistical Estimation and Margin of Error:     - Season ticket sample (n=125n=125): Average of 3.23.2 tickets, margin of error ±0.6\pm 0.6.     - Range: [3.20.6,3.2+0.6]=[2.6,3.8][3.2 - 0.6, 3.2 + 0.6] = [2.6, 3.8].     - Population projection (N=450N=450):         - Lower bound: 2.6×450=11702.6 \times 450 = 1170.         - Upper bound: 3.8×450=17103.8 \times 450 = 1710.     - Estimated tickets: Between 1170 and 1710 tickets.

  • Residuals and Correlation:     - Jonas's pay vs. hours: Residual plot shows data distributed evenly around the line of fit (no visible pattern).     - Fit Quality: Yes; the data are distributed evenly around the line of fit.     - Temperature vs. Months: Scatter plot shows a downward trend over 5 months.     - Conclusion: An increase in the number of months is associated with a decrease in average daily temperature.

Graphing and Functional Behavior

  • Increasing Intervals:     - Square root function f(x)f(x) is increasing over the interval 0x<0 \le x \lt \infty.     - Linear function g(x)g(x) is increasing over the interval <x<-\infty \lt x \lt \infty.

  • Absolute Value Graphs:     - The graph of f(x)=2x+4f(x) = 2|x + 4| has a vertex at (4,0)(-4, 0) and a vertical stretch of 22 (V-shape opening up).

  • Line of Fit (County Fair Ribbons):     - Best model for relationship between categories (xx) and ribbons (yy): y=x+1y = x + 1.     - Slope Interpretation: For every additional category entered, students earn an additional 1 ribbon on average.

  • Function Evaluation and Rate of Change:     - Evaluate f(x)=x2+8f(x) = \frac{x}{2} + 8 when x=14x = -14: f(14)=142+8=7+8=1f(-14) = \frac{-14}{2} + 8 = -7 + 8 = 1.     - Evaluate f(x)=3x5100f(x) = 3x^5 - 100 when x=4x = 4: f(4)=3(45)100=3(1024)100=3072100=2972f(4) = 3(4^5) - 100 = 3(1024) - 100 = 3072 - 100 = 2972.     - Average rate of change of Q(t)Q(t) from t=0t=0 to t=bt=b is 2.4-2.4. Given (b,15)(b, 15) and initial value 2121 at t=0t=0:         - 1521b0=2.46b=2.4b=62.4=2.5\frac{15 - 21}{b - 0} = -2.4 \to \frac{-6}{b} = -2.4 \to b = \frac{-6}{-2.4} = 2.5.

Inequalities and Word Problems

  • Desk Payment Plan:     - (3,$580)(3, \$580) and (6,$406)(6, \$406).     - Slope (monthly payment): m=40658063=1743=58m = \frac{406 - 580}{6 - 3} = \frac{-174}{3} = -58.     - Y-intercept: 580=58(3)+b580=174+bb=754580 = -58(3) + b \to 580 = -174 + b \to b = 754.     - Equation: y=58t+754y = -58t + 754.

  • Cleaning Rooms for Money:     - Model: y=6x+5y = 6x + 5.     - Target: y=$41y = \$41.     - Calculation: 41=6x+536=6xx=641 = 6x + 5 \to 36 = 6x \to x = 6.     - Ira needs to clean 6 rooms.

  • Distance and Biking (Inequalities):     - Your distance to grocery store: d=20min×625ft/min=12,500ftd = 20\,min \times 625\,ft/min = 12,500\,ft.     - Friend lives closer. Inequality: d<12,500d \lt 12,500.

  • Solving Absolute Value Equations:     - Equation: 0=8x4208x4=200 = |8x - 4| - 20 \to |8x - 4| = 20.     - Case 1: 8x4=208x=24x=38x - 4 = 20 \to 8x = 24 \to x = 3.     - Case 2: 8x4=208x=16x=28x - 4 = -20 \to 8x = -16 \to x = -2.     - Values: -2 and 3.

  • Baseball Tickets System:     - Afternoon (xx) cost $17.50\$17.50, Evening (yy) cost $32\$32.     - Constraint 1 (Tickets): x+y5x + y \ge 5.     - Constraint 2 (Cost): 17.5x+32y25017.5x + 32y \le 250.

  • Graphing Linear Inequalities:     - Graph has a solid line crossing (1,0)(-1, 0) and (0,0.5)(0, 0.5), shading below.     - Slope: m=0.500(1)=0.5m = \frac{0.5 - 0}{0 - (-1)} = 0.5.     - Inequality: y0.5x+0.5y \le 0.5x + 0.5.

  • Systems of Inequalities Graphing:     - Graph shows intersection of a solid horizontal line at y=6y = -6 and a dashed angled line.     - Shaded area is below the dashed line and above the solid line.     - Example solution: y6y \ge -6 and y < \frac{1}{2}x + 3.