Essential SAT Math Formulas Guide
Essential SAT Math Formulas Guide
To simplify the expression (a^3 * a^5) / a^4 using the laws of exponents, apply the rule that a^m * a^n = a^(m+n) to combine the terms in the numerator: a^3 * a^5 = a^(3+5) = a^8. Then use a^(m) / a^(n) = a^(m-n) to simplify the division: a^8 / a^4 = a^(8-4) = a^4 .
Using the Pythagorean Theorem, a^2 + b^2 = c^2, where a and b are the legs and c is the hypotenuse of a right triangle. Substituting, 9^2 + 12^2 = c^2, which gives 81 + 144 = c^2. Thus, c^2 = 225, and c = sqrt(225) = 15 units .
Using the simple interest formula I = Prt, where P is the principal, r is the rate, and t is time, calculate the interest: I = 500 * 0.04 * 3 = $60. Therefore, the total accumulated amount is the principal plus interest: $500 + $60 = $560 .
To find the median, list the numbers in order and locate the middle value. For the set 3, 7, 8, 12, and 14, already in order, the median is the third number, 8, as it is the middle value .
To find the equation of a line passing through the points (3, 4) and (7, 10), first calculate the slope using the slope formula: slope = (y2 - y1) / (x2 - x1). Here, slope = (10 - 4) / (7 - 3) = 6 / 4 = 1.5. Next, use the point-slope form: y - y1 = m(x - x1). Using point (3, 4) and our slope, the equation becomes y - 4 = 1.5(x - 3). Simplifying, the equation of the line is y = 1.5x - 0.5 .
The distance formula, d = sqrt((x2 - x1)^2 + (y2 - y1)^2), calculates the length of the diagonal in a rectangle using its opposite vertices. Using (0, 0) and (8, 6), substitute into the formula: d = sqrt((8-0)^2 + (6-0)^2) = sqrt(64 + 36) = sqrt(100) = 10 units. This confirms the diagonal's length in a precise mathematical manner .
Temperature conversion formulas allow for accurate comparison between degrees Celsius and Fahrenheit, critical for climate science, international travel, and cross-border weather reporting. Using F=9/5C+32 converts Celsius to Fahrenheit; for instance, converting 25°C yields F = 9/5(25) + 32 = 77°F. This helps contextualize temperature in regions using different scales, enhancing comprehension and communication .
To compute the midpoint of a line segment with endpoints (2, -3) and (10, 5), use the midpoint formula: Midpoint = ((x1 + x2)/2, (y1 + y2)/2). Substituting in the values, Midpoint = ((2 + 10)/2, (-3 + 5)/2) = (12/2, 2/2) = (6, 1).
In a 30°-60°-90° triangle, the sides have a specific ratio: the shortest side opposite 30° is x, the side opposite 60° is x√3, and the hypotenuse is 2x. If the hypotenuse is 10 units, set 2x = 10, giving x = 5. Therefore, the side opposite 30° is 5 units, and the side opposite 60° is 5√3 units .
The discriminant of a quadratic equation ax^2 + bx + c = 0 is b^2 - 4ac. If the discriminant is positive, the equation has two distinct real roots. If it is zero, there is exactly one real root (a repeated root). If the discriminant is negative, the quadratic equation has two complex conjugate roots .