CE Board Exam Randomizer

⬅ Back to Subject Topics

Equations and Functions

Equations and functions are fundamental concepts in Algebra. An equation is a mathematical statement asserting the equality of two expressions. A function describes a rule or relationship that assigns exactly one output value for every input value.

Linear Equation: A linear equation in one variable has the form:

$$ y = mx + b $$

Where $m$ represents the slope of the line and $b$ is the y-intercept.

Quadratic Equation: A quadratic equation is generally written as:

$$ y = ax^2 + bx + c $$

This equation graphs as a parabola. The value of $a$ determines whether the parabola opens upward ($a > 0$) or downward ($a < 0$).

Function Notation: A function is commonly represented using the notation:

$$ f(x) = \text{expression in } x $$

To evaluate a function, substitute the input value into the expression. For example, if $f(x) = 2x + 3$, then $f(4) = 2(4) + 3 = 11$.

Domain and Range:

Types of Algebraic Functions:

Sign Convention:
When analyzing equations and functions graphically, the sign of $f(x)$ indicates whether the graph lies above (positive) or below (negative) the x-axis. Similarly, roots or zeros of the equation correspond to the x-values where $f(x) = 0$.

Types of Algebraic Functions

Algebraic functions are expressions that involve only the operations of addition, subtraction, multiplication, division, and exponentiation with constant real-number exponents. The following are key function types every engineering student should master:

1. Linear Functions

A linear function represents a straight-line relationship and is expressed as:

$$ f(x) = mx + b $$

Linear functions have constant rate of change and appear as straight lines on the Cartesian plane. These are often used to model proportional relationships, cost functions, and more.

2. Quadratic Functions

A quadratic function graphs as a parabola and takes the form:

$$ f(x) = ax^2 + bx + c $$

Quadratic functions are commonly used in physics (e.g., projectile motion), optimization, and engineering design problems.

3. Polynomial Functions

A polynomial function is the sum of terms of the form $a_nx^n$, where $n$ is a non-negative integer:

$$ f(x) = a_nx^n + a_{n-1}x^{n-1} + \dots + a_1x + a_0 $$

Polynomial functions generalize linear and quadratic equations and are foundational in modeling structural forces, fluid flows, and electrical circuits.

4. Rational Functions

A rational function is a ratio of two polynomials:

$$ f(x) = \frac{P(x)}{Q(x)} $$

Rational functions arise in engineering when analyzing systems involving resistances, fluid resistance, and rational control systems.

5. Piecewise-defined Functions

These functions are defined by different expressions over different intervals of the domain:

$$ f(x) = \begin{cases} x^2 & \text{if } x < 0 \\ 2x + 1 & \text{if } x \ge 0 \end{cases} $$

Piecewise functions model real-world systems like tax brackets, step-load conditions, and friction models with discontinuous behavior.


Reminder for Engineering Students:
Understanding the graph, domain, range, and behavior of each function type is crucial not only for algebra but also for calculus, physics, and engineering analysis. Practice sketching and interpreting function graphs to build your mathematical intuition.

Concept Concept Concept Concept Concept Concept Concept Concept Concept

Problem:

Refer to the image shown:

Equations and Functions | Algebra – Problem 1: – Diagram Equations and Functions | Algebra – Problem 1: – Diagram Equations and Functions | Algebra – Problem 1: – Diagram

See images:

Equations and Functions | Algebra – Problem 1: – Diagram Equations and Functions | Algebra – Problem 1: – Diagram Equations and Functions | Algebra – Problem 1: – Diagram Equations and Functions | Algebra – Problem 1: – Diagram

Problem:

Refer to the image shown:

Equations and Functions | Algebra – Problem 2: – Diagram Equations and Functions | Algebra – Problem 2: – Diagram Equations and Functions | Algebra – Problem 2: – Diagram

See images:

Equations and Functions | Algebra – Problem 2: – Diagram Equations and Functions | Algebra – Problem 2: – Diagram Equations and Functions | Algebra – Problem 2: – Diagram Equations and Functions | Algebra – Problem 2: – Diagram

Problem:

Refer to the image shown:

Equations and Functions | Algebra – Problem 3: – Diagram Equations and Functions | Algebra – Problem 3: – Diagram Equations and Functions | Algebra – Problem 3: – Diagram

See images:

Equations and Functions | Algebra – Problem 3: – Diagram Equations and Functions | Algebra – Problem 3: – Diagram Equations and Functions | Algebra – Problem 3: – Diagram Equations and Functions | Algebra – Problem 3: – Diagram

Problem:

Refer to the image shown:

Equations and Functions | Algebra – Problem 4: – Diagram Equations and Functions | Algebra – Problem 4: – Diagram Equations and Functions | Algebra – Problem 4: – Diagram

See images:

Equations and Functions | Algebra – Problem 4: – Diagram Equations and Functions | Algebra – Problem 4: – Diagram Equations and Functions | Algebra – Problem 4: – Diagram Equations and Functions | Algebra – Problem 4: – Diagram

Problem:

Refer to the image shown:

Equations and Functions | Algebra – Problem 5: – Diagram Equations and Functions | Algebra – Problem 5: – Diagram Equations and Functions | Algebra – Problem 5: – Diagram

See images:

Equations and Functions | Algebra – Problem 5: – Diagram Equations and Functions | Algebra – Problem 5: – Diagram Equations and Functions | Algebra – Problem 5: – Diagram Equations and Functions | Algebra – Problem 5: – Diagram

Problem:

Refer to the image shown:

Equations and Functions | Algebra – Problem 6: – Diagram Equations and Functions | Algebra – Problem 6: – Diagram Equations and Functions | Algebra – Problem 6: – Diagram

See images:

Equations and Functions | Algebra – Problem 6: – Diagram Equations and Functions | Algebra – Problem 6: – Diagram Equations and Functions | Algebra – Problem 6: – Diagram Equations and Functions | Algebra – Problem 6: – Diagram

Problem:

Refer to the image shown:

Equations and Functions | Algebra – Problem 7: – Diagram Equations and Functions | Algebra – Problem 7: – Diagram Equations and Functions | Algebra – Problem 7: – Diagram

See images:

Equations and Functions | Algebra – Problem 7: – Diagram Equations and Functions | Algebra – Problem 7: – Diagram Equations and Functions | Algebra – Problem 7: – Diagram Equations and Functions | Algebra – Problem 7: – Diagram

Problem:

Refer to the image shown:

Equations and Functions | Algebra – Problem 8: – Diagram Equations and Functions | Algebra – Problem 8: – Diagram Equations and Functions | Algebra – Problem 8: – Diagram

See images:

Equations and Functions | Algebra – Problem 8: – Diagram Equations and Functions | Algebra – Problem 8: – Diagram Equations and Functions | Algebra – Problem 8: – Diagram Equations and Functions | Algebra – Problem 8: – Diagram
-->
Scroll to zoom

Exam Generator Problems

Additional board-style practice items for this topic.

Question Bank: q76

MSTE - Algebra / Algebraic Simplification / Engr. Janclyde Espinosa (Clidez)

Given $f(x) = x^2 + 1$, evaluate: $$\frac{f(3 + h) - f(3)}{h}$$

Answer:

  1. h+6
  2. 2h+3
  3. h-6
  4. 2h-3
Given $f(x)=x^2+1$:
$f(3+h)=(3+h)^2+1=10+6h+h^2$
$f(3)=10$
$\frac{f(3+h)-f(3)}{h}=\frac{6h+h^2}{h}=h+6$
$\boxed{h+6}$

Question Bank: q77

MSTE - Algebra / Algebraic Simplification / Engr. Janclyde Espinosa (Clidez)

A father and his son can dig a well if the father works for 6 hours and his son works for 12 hours or they can do it if the father works 9 hours and the son works 8 hours. How long will it take for the father to dig the well alone?

Answer:

  1. 15 hours
  2. 20 hours
  3. 10 hours
  4. 12 hours
Let the father's rate be $f$ wells/hr and the son's rate be $s$ wells/hr. The two conditions give:
$6f+12s=1$
$9f+8s=1$
Solving gives $f=1/15$. Thus the father alone takes:
$\boxed{15\text{ hours}}$

Question Bank: q78

MSTE - Algebra / Algebraic Simplification / Engr. Janclyde Espinosa (Clidez)

A man wishes to save money by setting aside 1 cent the first day, 2 cents the second day, 4 cents the third day, and so on. Assuming he does not run out of money, what is the total amount saved at the end of 30 days?

Answer:

  1. $1,073,741,823
  2. $1,570,847,920
  3. $1,370,147,328
  4. $1,875,465,935

Solution pending in psadquestions/q78.json.

Question Bank: q79

MSTE - Algebra / Algebraic Simplification / Engr. Janclyde Espinosa (Clidez)

Very few people are aware of the growth pattern of Jack’s beanstalk. On the first day it increased its height by 1/2, on the second day by 1/3, on the third day by 1/4, and so on. How long did it take to achieve its maximum height (100 times its original height)?

Answer:

  1. 198 days
  2. 99 days
  3. 100 days
  4. 200 days

Solution pending in psadquestions/q79.json.

Question Bank: q80

MSTE - Algebra / Plane Geometry / Engr. Janclyde Espinosa (Clidez)

Only two polygons can have a smallest interior angle of 120° with each successive angle 5° greater than its predecessor. One is the nonagon. What is the other?

Answer:

  1. Hexadecagon
  2. Dodecagon
  3. Tetradecagon
  4. Octadecagon
For an $n$-gon, the interior angles form an arithmetic sequence starting at 120° with common difference 5°. Their sum is:
$\frac{n}{2}\left[2(120)+5(n-1)\right]=180(n-2)$
$n(5n+235)=360n-720$
$n^2-25n+144=0$
Thus $n=9$ or $n=16$. Since one polygon is the nonagon, the other is:
$\boxed{\text{Hexadecagon}}$

Question Bank: q90

MSTE - Algebra / Litton's Problems / Engr. Janclyde Espinosa (Clidez)

In 1998, Cynthia Cooper of the WNBA Houston Comets basketball team was named Team Sportswoman of the Year by the Women’s Sports Foundation. Cooper scored 680 points in the 1998 season by hitting 413 of her 1 – point, 2 – point, and 3 – point attempts. She made 40% of her 160 3 – point field goal attempts. How many 1, 2, and 3 – point baskets did Ms. Cooper complete?

Answer:

  1. 210, 139, and 64, respectively
  2. 210, 153, and 46, respectively
  3. 120, 139, and 64, respectively
  4. 210, 153, and 46, respectively
Let the numbers of 1-point, 2-point, and 3-point baskets be $x$, $y$, and $z$. Since she made 40% of 160 three-point attempts:
$z=0.40(160)=64$
Total baskets:
$x+y+z=413$, so $x+y=349$. Total points:
$x+2y+3z=680$
$x+2y+192=680$, so $x+2y=488$. Subtracting gives $y=139$, and $x=210$.
$\boxed{210, 139,\text{ and }64}$

Question Bank: q94

MSTE - Algebra / Simple Substitution / Engr. Janclyde Espinosa (Clidez)

Engineers are often required to determine the stress on building materials. Tensile stress can be found by using the formula below.
In this formula, T represents the tensile stress, t represents the tension, c represents the compression, and p represents the pounds of pressure per square inch. If the tensile stress is 108 pounds per square inch, the pressure is 50 pounds per square inch, and the compression is -200 pounds per square inch, what is the tension?

q94

Answer:

  1. 100lbs
  2. 250lbs
  3. 300lbs
  4. 200lbs

Solution pending in psadquestions/q94.json.

Question Bank: q250

MSTE - Algebra / Functions / Engr. Janclyde Espinosa (Clidez)

Given f(x) = x2+1, evaluate:

q250

Answer:

  1. h+6
  2. 2h+3
  3. h-6
  4. 2h-3
This is the difference quotient for $f(x)=x^2+1$ at $x=3$:
$f(3+h)=(3+h)^2+1=10+6h+h^2$
$f(3)=10$
$\frac{f(3+h)-f(3)}{h}=\frac{6h+h^2}{h}=h+6$
$\boxed{h+6}$

Question Bank: q260

MSTE - Algebra / Functions / Engr. Janclyde Espinosa (Clidez)

If a scuba diver goes to depths greater than 33 feet, the function T(d) = 1700/(d - 33) gives the maximum time a diver can remain down and still surface at a steady rate with no decompression stops. In this function T(d) represents the dive time in minutes, and d represents the depth in feet. If a diver is planning a 45-minute dive, what is the maximum depth the diver can go without decompression stops on the way back up?

Answer:

  1. 71 feet
  2. 69 feet
  3. 72 feet
  4. 68 feet
Use $T(d)=\frac{1700}{d-33}$ with $T=45$ minutes:
$45=\frac{1700}{d-33}$
$d-33=37.78$
$d=70.78$ ft
$\boxed{71\text{ feet}}$

Question Bank: q271

MSTE - Algebra / Functions / Engr. Janclyde Espinosa (Clidez)

Simplify the difference quotient below using the function f(x)=x2+6x-4.

q271

Answer:

  1. 2x+h+6
  2. 2x+h-4
  3. 2x+h+4
  4. 2x+h-6
For $f(x)=x^2+6x-4$:
$f(x+h)=(x+h)^2+6(x+h)-4$
$f(x+h)-f(x)=2xh+h^2+6h$
$\frac{f(x+h)-f(x)}{h}=2x+h+6$
$\boxed{2x+h+6}$

Question Bank: q275

MSTE - Algebra / Functions / Engr. Janclyde Espinosa (Clidez)

In the Saur study of fenders, the amount of energy consumed by each type of fender was analyzed. The total energy was the sum of the energy needed for production plus the energy consumed by the vehicle used in carrying the fenders. If x is the miles traveled, then the total energy consumption equations for steel RMP were as follows:
Steel: E = 225 + 0.012x
RPM: E = 285 + 0.007x
Setting x = 0 gives the energy used in production, and we note that steel uses less energy to produce these fenders than does RPM. However, since steel is heavier than RPM, carrying steel fenders requires more energy. Find the number of pairs of fenders for which the total energy consumed is the same for both fenders.

Answer:

  1. 12000
  2. 15000
  3. 13000
  4. 14000
Set the two energy equations equal:
$225+0.012x=285+0.007x$
$0.005x=60$
$\boxed{x=12000}$

Question Bank: q278

MSTE - Algebra / Functions / Engr. Janclyde Espinosa (Clidez)

Solve for U if:

q278

Answer:

  1. 0.618
  2. 0.723
  3. 0.852
  4. 0.453

Solution pending in psadquestions/q278.json.

Question Bank: q279

MSTE - Algebra / Functions / Engr. Janclyde Espinosa (Clidez)

Find the value of x that will satisfy the following expression:

q279

Answer:

  1. 9/4
  2. 3/2
  3. 18/6
  4. 4/3

Solution pending in psadquestions/q279.json.

Question Bank: q680

MSTE - Algebra / Functions / Engr. Janclyde Espinosa (Clidez)

How many odd three-digit integers greater than 800 are there such that all their digits are different?

If function f(x) satisfies:
f(x2)=f(x)2 for all x, which of the following must be true?

  1. f(-2) = f(-16)
  2. f(4) = f(2) = f(4)
  3. f(-2) + f(4) = 0
  4. f(3) = 3f(3)

Solution pending in psadquestions/q680.json.

Question Bank: q697

MSTE - Algebra / Imaginary Numbers / Engr. Janclyde Espinosa (Clidez)

Evaluate:

q697
  1. 3 + 2i
  2. 5 + 4i
  3. 5 − 4i
  4. 3 − 2i

Solution pending in psadquestions/q697.json.

Question Bank: q728

MSTE - Algebra / Imaginary Numbers / Engr. Janclyde Espinosa (Clidez)

Calculate the value of i2023 + i2024 where i is an imaginary number.

  1. −i + 1
  2. i − 1
  3. −i − 1
  4. 0
Powers of $i$ cycle every 4:
$2023\equiv3\pmod4$, so $i^{2023}=i^3=-i$
$2024\equiv0\pmod4$, so $i^{2024}=1$
$\boxed{-i+1}$

Question Bank: t72

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

If $a \times b + c$ is odd, and $a$, $b$, and $c$ are integers, which of the following must be correct if $b$ is even:

  1. $b + c$ is odd
  2. $a + c$ is even
  3. $a + c$ is odd
  4. $a \times b \times c$ is positive
Since $b$ is even, $ab$ is even for any integer $a$.
The expression $ab + c$ is odd, so $c$ must be odd.
Then even $b$ plus odd $c$ gives an odd sum:
$\boxed{b + c\text{ is odd}}$

Question Bank: t73

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

If $a < 0$ and $b$ and $c$ are not equal to zero, what is the sign of $b^4 \times a^3 \times c^2$?

  1. negative
  2. positive
  3. can be positive or negative
  4. it depends
Even powers are positive for nonzero bases, so $b^4 > 0$ and $c^2 > 0$. Since $a < 0$, the odd power $a^3$ is negative.
Thus:
$(+)(-)(+) = -$
$\boxed{\text{negative}}$

Question Bank: t74

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

If $p \times q$ is divisible by $r$, which of the following cannot be correct?

  1. $p$ is a prime number
  2. $q$ is divisible by $r$
  3. $pq + r$ is odd and $r$ is even
  4. $p$ is not divisible by $r$
If $pq$ is divisible by an even number $r$, then $pq$ must be even. Since $r$ is also even, $pq + r$ would be even plus even, which is even.
Therefore it cannot be odd.
$\boxed{pq + r\text{ is odd and }r\text{ is even}}$

Question Bank: t77

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Which of the following is equivalent to $[16a^4b^6]^{1/4}$?

  1. $3ab^{3/2}$
  2. $2ab^{3/2}$
  3. $4ab^{1/2}$
  4. $4ab^{2/3}$
Apply the exponent $\frac{1}{4}$ to each factor:
$(16a^4b^6)^{1/4} = 16^{1/4}(a^4)^{1/4}(b^6)^{1/4}$
$= 2ab^{6/4} = 2ab^{3/2}$
$\boxed{2ab^{3/2}}$

Question Bank: t78

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Solve for $x$ if $48^{1/x} = 4 \times 3^{1/x}$.

  1. 2
  2. 4
  3. 1
  4. 3
Rewrite 48 as $16\times 3$:
$(16\times 3)^{1/x} = 4\times 3^{1/x}$
$16^{1/x}3^{1/x} = 4\times 3^{1/x}$
Cancel $3^{1/x}$:
$16^{1/x} = 4$
Since $16^{1/2} = 4$, $\frac{1}{x} = \frac{1}{2}$.
$\boxed{x = 2}$

Question Bank: t79

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

If $\log_b x = y$, then:

  1. $b^x = y$
  2. $b^y = x$
  3. $x^y = b$
  4. $x^b = y$
By definition of logarithms, $\log_b x = y$ means the base $b$ raised to the exponent $y$ equals $x$.
$\boxed{b^y = x}$

Question Bank: t80

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

If $\log 3$ to base $b = x + 1$, what is $\log 9$ to base $b$?

  1. $x^2 + 2$
  2. $2x + 1$
  3. $x + 2$
  4. $2x + 2$
Given $\log_b 3 = x + 1$. Since $9 = 3^2$:
$\log_b 9 = \log_b(3^2)$
$= 2\log_b 3$
$= 2(x+1)$
$\boxed{2x + 2}$

Question Bank: t81

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

If $x \neq 0$, which of the following is equivalent to $(4x)^{-2}$?

  1. $4/x^2$
  2. $1/16x^2$
  3. $1/16x$
  4. $16/x^2$
Use the negative exponent rule:
$(4x)^{-2} = \frac{1}{(4x)^2}$
$= \frac{1}{16x^2}$
$\boxed{\frac{1}{16x^2}}$

Question Bank: t82

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Given the following equations: $a \times b = 1/8$, $a \times c = 3$, $b \times c = 6$. Find the product of $a$, $b$, and $c$.

  1. 3/2
  2. 2/3
  3. 9/4
  4. 3/4
Multiply the three given equations:
$(ab)(ac)(bc) = \frac{1}{8}(3)(6)$
$a^2b^2c^2 = \frac{18}{8} = \frac{9}{4}$
Take the square root:
$abc = \sqrt{\frac{9}{4}}$
$\boxed{abc = \frac{3}{2}}$

Question Bank: t83

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

If $xyz = 8$ and $y^2 z = 12$, what is the value of $x/y$?

  1. 2/3
  2. 1/3
  3. 3/2
  4. 3/4
Divide the first equation by the second equation:
$\frac{xyz}{y^2z} = \frac{8}{12}$
Cancel common factors:
$\frac{x}{y} = \frac{2}{3}$
$\boxed{\frac{x}{y} = \frac{2}{3}}$

Question Bank: t84

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

What is the value of $x - y$ from the following linear equations? $3x - 5y = 14$; $6x - 3y = 21$.

  1. 4
  2. 3
  3. 5
  4. 2
Solve the system:
$3x - 5y = 14$
$6x - 3y = 21$
Double the first equation:
$6x - 10y = 28$
Subtract $6x - 3y = 21$:
$-7y = 7 \Rightarrow y = -1$
Substitute into $3x - 5y = 14$:
$3x + 5 = 14 \Rightarrow x = 3$
$x - y = 3 - (-1)$
$\boxed{4}$

Question Bank: t86

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

If the absolute value of $x$ is greater than the absolute value of $y$, which of the following is always true?

  1. $xy > 0$
  2. $y^2 > x^2$
  3. $x - y > 0$
  4. $x^2 > y^2$
If $|x| > |y|$, then squaring both nonnegative absolute values preserves the inequality:
$|x|^2 > |y|^2$
Since $|x|^2 = x^2$ and $|y|^2 = y^2$:
$\boxed{x^2 > y^2}$

Question Bank: t87

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

If $abc - de$ is positive, which of the following is always correct?

  1. $abc + de < 0$
  2. $abc \geq de$
  3. $abc + de > 0$
  4. $abc - de > 0$
The statement says directly that $abc - de$ is positive. A positive expression is greater than zero.
$\boxed{abc - de > 0}$

Question Bank: t88

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Given that $a < b < 0 < c < d$, what is the sign of $abc/d$?

  1. it depends
  2. can be positive or negative
  3. negative
  4. positive
From $a < b < 0 < c < d$, both $a$ and $b$ are negative, while $c$ and $d$ are positive.
The sign of $\frac{abc}{d}$ is:
$\frac{(-)(-)(+)}{(+)} = \frac{(+)}{(+)} = +$
$\boxed{\text{positive}}$

Question Bank: t89

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Give that $3^{2a} \times 11^b = 27^{4x} \times 33^{2x}$, express $a$ in terms of $x$.

  1. $2x$
  2. $5x$
  3. $7x$
  4. $3x$
Rewrite the right side using prime factors:
$27^{4x} \times 33^{2x} = (3^3)^{4x}(3\times 11)^{2x}$
$= 3^{12x} \times 3^{2x} \times 11^{2x}$
$= 3^{14x}11^{2x}$
Compare with $3^{2a}11^b$:
$2a = 14x$
$\boxed{a = 7x}$

Question Bank: t94

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

If $f(x) = x^5 - 2x^2 + 3/x$, then $f(-1)$ is equal to:

  1. -6
  2. -5
  3. -4
  4. -8
Substitute $x = -1$:
$f(-1) = (-1)^5 - 2(-1)^2 + \frac{3}{-1}$
$= -1 - 2 - 3$
$\boxed{-6}$

Question Bank: t97

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Describe the roots of the equation $7x^2 - 6x + 12 = 0$.

  1. real and unequal
  2. real and equal
  3. imaginary
  4. none of these
For $7x^2 - 6x + 12 = 0$, use the discriminant $D = b^2 - 4ac$.
$D = (-6)^2 - 4(7)(12)$
$D = 36 - 336 = -300$
Since $D < 0$, the roots are imaginary.
$\boxed{\text{imaginary}}$

Question Bank: t103

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Divide $(2x^2/3 + x/2)$ by $x/2$.

  1. $4x/3 + 1/2$
  2. $3x/4 + 2$
  3. $4x/3 + 1$
  4. $3x/4 + 1/2$
$\left(\frac{2x^2}{3}+\frac{x}{2}\right) \div \frac{x}{2}$
Multiply by the reciprocal: $\left(\frac{2x^2}{3}+\frac{x}{2}\right)\frac{2}{x}$
$= \frac{4x}{3}+1$
$\boxed{\frac{4x}{3}+1}$

Question Bank: t105

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Which of the following is equivalent to $1/x + 1/(x + 1)$?

  1. $(2x + 1)/(x^2 + 1)$
  2. $(2x - 1)/(x^2 + x)$
  3. $(2x + 3)/(x^2 + 4)$
  4. $(2x + 1)/(x^2 + x)$
$\frac{1/x + 1/(x+1)}{1/(x(x+1))} = (1/x + 1/(x+1)) \times x(x+1)$
$= (x+1) + x = 2x+1$
Or if the denominator is $1/x$: $\frac{1/x+1/(x+1)}{1/x} = 1 + \frac{x}{x+1}$... depends on problem. Standard simplification:
$\frac{1}{x} + \frac{1}{x+1} = \frac{(x+1)+x}{x(x+1)} = \frac{2x+1}{x^2+x}$
$\boxed{= \frac{2x+1}{x^2+x}}$

Question Bank: t106

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Solve for $B$: $(7x - 3) / (x(x - 1)) = A / x + B / (x - 1)$.

  1. -3
  2. -4
  3. 3
  4. 4
$\frac{7x-3}{x(x-1)} = \frac{A}{x} + \frac{B}{x-1}$
Multiply by $x(x-1)$: $7x-3 = A(x-1)+Bx$
At $x=1$: $7-3 = B \Rightarrow B = 4$
$\boxed{B = 4}$

Question Bank: t107

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Solve for $A$: $(7x - 3) / (x^2(x - 1)) = A / x + B / x^2 + C / (x - 1)$.

  1. -3
  2. 3
  3. 4
  4. -4
$\frac{7x-3}{x^2(x-1)} = \frac{A}{x}+\frac{B}{x^2}+\frac{C}{x-1}$
Multiply by $x^2(x-1)$: $7x-3 = Ax(x-1)+B(x-1)+Cx^2$
At $x=0$: $-3 = -B \Rightarrow B=3$
At $x=1$: $4 = C \Rightarrow C=4$
Equate $x^2$: $0 = A+C \Rightarrow A=-4$
$\boxed{A = -4}$

Question Bank: t108

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Solve for $k$ if $(3x - 2k) / (x^2 + x - 6) = 2 / (x + 3) + 1 / (x - 2)$.

  1. 2
  2. 1/2
  3. -1
  4. -1/2
$\frac{3x-2k}{(x+3)(x-2)} = \frac{2}{x+3}+\frac{1}{x-2}$
RHS numerator: $2(x-2)+(x+3) = 3x-1$
So $3x-2k = 3x-1 \Rightarrow 2k=1$
$\boxed{k = \frac{1}{2}}$

Question Bank: t109

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

What is the value of $E$ in the following equation? $(2x^4 + 3x^3 + 7x^2 + 10x + 10) / ((x - 1)(x^2 + 3)^2) = A / (x - 1) + (Bx + C) / (x^2 + 3) + (Dx + E) / (x^2 + 3)^2$.

  1. 2
  2. 3
  3. 0
  4. -1
Multiply by $(x-1)(x^2+3)^2$:
$2x^4+3x^3+7x^2+10x+10=A(x^2+3)^2+(Bx+C)(x-1)(x^2+3)+(Dx+E)(x-1)$
At $x=1$: $32=16A \Rightarrow A=2$
Expand and compare coefficients. With $A=2$:
$2x^4+3x^3+7x^2+10x+10=2(x^4+6x^2+9)+(Bx+C)(x^3-x^2+3x-3)+Dx^2+(E-D)x-E$
Coefficient comparison gives $B=3$, $C=3$, $D=-5$, and $E=-1$.
$\boxed{E=-1}$

Question Bank: t110

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Given that $y : x = x : 15$, find $x$ if $y = 4x$.

  1. 30
  2. 75
  3. 45
  4. 60
$y:x = x:15 \Rightarrow x^2 = 15y$
Given $y=4x$: $x^2 = 60x \Rightarrow x = 60$
$\boxed{x = 60}$

Question Bank: t111

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

If $x : y$ as $13 : 21.2$ and $y : z$ as $24.5 : 35$, find $x$ when $z = 42.7$.

  1. 15.478
  2. 18.329
  3. 16.852
  4. 19.652
$\frac{x}{y}=\frac{13}{21.2}$ and $\frac{y}{z}=\frac{24.5}{35}$
For $z=42.7$: $y=42.7\left(\frac{24.5}{35}\right)=29.89$
$x=29.89\left(\frac{13}{21.2}\right)=18.329$
$\boxed{x=18.329}$

Question Bank: t112

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

If $x : y$ as $10 : 15$ and $y : z$ as $18 : 6$, find $x$ when $z = 32$.

  1. 64
  2. 52
  3. 48
  4. 68
$\frac{x}{y}=\frac{10}{15}=\frac{2}{3}$ and $\frac{y}{z}=\frac{18}{6}=3$
When $z=32$: $y=3(32)=96$
$x=\frac{2}{3}(96)=64$
$\boxed{x=64}$

Question Bank: t127

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Three-fourth of the students in the class have an average IQ of 120 and the rest have an average IQ of 160. What is the average IQ in the class?

  1. 140
  2. 150
  3. 130
  4. 125
Use a weighted average. Three-fourths have IQ 120 and one-fourth have IQ 160.
$\bar{x}=\frac{3}{4}(120)+\frac{1}{4}(160)=90+40=130$
$\boxed{130}$

Question Bank: t132

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

A player averages 140 points in his last 8 games. His total average including his last 2 games is increased by 10%. What is his average in the last two games?

  1. 110
  2. 220
  3. 105
  4. 210
First 8 games total: $8(140)=1120$.
The new average after 10 games is increased by 10%: $140(1.10)=154$.
Required 10-game total: $10(154)=1540$.
Last two games total: $1540-1120=420$, so average $=\frac{420}{2}=210$.
$\boxed{210}$

Question Bank: t133

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

A salesman gets P10,000 commission on a sale of a certain item. This amount raised his average commission by P1,500. If his new average commission is P4,000, what is his total commission?

  1. P30000
  2. P15000
  3. P25000
  4. P20000
New average is P4000 and it increased by P1500, so old average was P2500.
Let $n$ be the total number of sales after the P10000 commission.
$4000n=2500(n-1)+10000$
$4000n=2500n+7500 \Rightarrow 1500n=7500 \Rightarrow n=5$
Total commission $=4000(5)=\text{P}20000$.
$\boxed{\text{P}20000}$

Question Bank: t134

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

A salesman gets P10,000 commission on a sale of a certain item. This amount raised his average commission by P1,500. If his new average commission is P4,000, how many sales did he make?

  1. 5
  2. 4
  3. 6
  4. 7
New average is P4000 and old average was $4000-1500=\text{P}2500$.
Let $n$ be the total number of sales after including the P10000 sale.
$4000n=2500(n-1)+10000$
$4000n=2500n+7500 \Rightarrow n=5$
$\boxed{5}$

Question Bank: t135

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

A certain substance can be expressed by the equation $s = a + bx$ where $s = 110$ when $x = 120$ and $s = 130$ when $x = 145$. Find the value of $b$.

  1. 0.80
  2. 0.60
  3. 1.20
  4. 0.40
For $s=a+bx$, the slope is $b$.
$b=\frac{130-110}{145-120}=\frac{20}{25}=0.80$
$\boxed{b=0.80}$

Question Bank: t136

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

The molar heat capacity of a solid compound is given by the equation $c = a + bT$, where $a$ and $b$ are constants. When $c = 52$, $T = 100$ and when $c = 172$, $T = 400$. Determine the value of $a$.

  1. 0.8
  2. 10
  3. 0.4
  4. 12
Use $c=a+bT$.
From the two data points: $b=\frac{172-52}{400-100}=\frac{120}{300}=0.4$.
Substitute $c=52$, $T=100$: $52=a+0.4(100)=a+40$.
$a=12$
$\boxed{12}$

Question Bank: t137

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

When Kirchhoff's laws are applied to a certain electrical circuit the currents $I_1$ and $I_2$ are connected by the following equations: $27 = 1.5I_1 + 8(I_1 - I_2)$; $-26 = 2I_2 - 8(I_1 - I_2)$. Find the current $I_2$.

  1. 2
  2. -1
  3. -2
  4. 1
Simplify the two circuit equations:
$27=1.5I_1+8(I_1-I_2) \Rightarrow 9.5I_1-8I_2=27$
$-26=2I_2-8(I_1-I_2) \Rightarrow -8I_1+10I_2=-26$
Solving the simultaneous equations gives $I_2=-1$.
$\boxed{I_2=-1}$

Question Bank: t140

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

A car moves according to the equation $S = ut + \frac{1}{2} at^2$, where $S$ is the distance in meters, $u$ is the initial velocity in m/s, $a$ is the acceleration in m/s$^2$, and $t$ is the time in seconds. Given that when $t = 3\text{ sec}$, $S = 96.25\text{ m}$ and when $t = 10\text{ sec}$, $S = 291.667\text{ m}$, determine the following:

The value of $u$ in kph.

  1. 120
  2. 110
  3. 100
  4. 130

The value of "$a$" in kph/sec.

  1. 6
  2. -6
  3. 3
  4. -3

The value of $S$ when $t = 15 \text{ s}$.

  1. 426.67 m
  2. 385 m
  3. 406.25 m
  4. 352.33 m

Part 1.

Substitute the two given observations in $S=ut+\frac{1}{2}at^2$.
$96.25=3u+4.5a$
$291.667=10u+50a$
Solving gives $u=33.333\text{ m/s}$. Convert to kph: $33.333(3.6)=120\text{ kph}$.
$\boxed{120\text{ kph}}$

Part 2.

From the simultaneous equations:
$96.25=3u+4.5a$ and $291.667=10u+50a$
$u=33.333\text{ m/s}$ and $a=-0.8333\text{ m/s}^2$.
Convert acceleration to kph/sec: $-0.8333(3.6)=-3$.
$\boxed{-3}$

Part 3.

Use $u=33.333\text{ m/s}$ and $a=-0.8333\text{ m/s}^2$.
$S=ut+\frac{1}{2}at^2$
At $t=15$: $S=33.333(15)+\frac{1}{2}(-0.8333)(15^2)=406.25\text{ m}$
$\boxed{406.25\text{ m}}$

Question Bank: t143

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

A body moves according to the equation $S = u t + \frac{1}{2} a t^2$ where $S = 42 \text{ m}$ when $t = 2\text{s}$ and $s = 144 \text{ m}$ when $t = 4\text{s}$.

Find "$a$".

  1. 12 m/s$^2$
  2. 15 m/s$^2$
  3. 18 m/s$^2$
  4. 24 m/s$^2$

Find the velocity of the body when $t = 1.2 \text{ s}$.

  1. 24 m/s
  2. 20 m/s
  3. 18 m/s
  4. 28 m/s

Find $s$ when $t = 3 \text{ s}$.

  1. 85.5 m
  2. 92.3 m
  3. 78.5 m
  4. 63.4 m

Part 1.

Use $S=ut+\frac{1}{2}at^2$.
At $t=2$: $42=2u+2a \Rightarrow u+a=21$
At $t=4$: $144=4u+8a \Rightarrow u+2a=36$
Subtract: $a=15\text{ m/s}^2$
$\boxed{15\text{ m/s}^2}$

Part 2.

From $u+a=21$ and $a=15$, $u=6\text{ m/s}$.
Velocity is $v=u+at$.
At $t=1.2$: $v=6+15(1.2)=24\text{ m/s}$
$\boxed{24\text{ m/s}}$

Part 3.

Use $u=6\text{ m/s}$ and $a=15\text{ m/s}^2$.
$S=ut+\frac{1}{2}at^2$
At $t=3$: $S=6(3)+\frac{1}{2}(15)(3^2)=85.5\text{ m}$
$\boxed{85.5\text{ m}}$

Question Bank: t149

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

If 8 men can cut 28 trees in a day, how many trees can 20 men cut in a day?

  1. 80
  2. 90
  3. 70
  4. 60
Trees cut are directly proportional to the number of men for the same time.
$x=28\left(\frac{20}{8}\right)=70$
$\boxed{70}$

Question Bank: t152

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

One student can solve a math problem in 6 minutes. Another student can solve a problem in 5 minutes. How long can they solve 110 problems?

  1. 300 minutes
  2. 330 minutes
  3. 270 minutes
  4. 290 minutes
Their combined solving rate is $\frac{1}{6}+\frac{1}{5}=\frac{11}{30}$ problem/min.
Time for 110 problems: $\frac{110}{11/30}=300$ minutes.
$\boxed{300\text{ minutes}}$

Question Bank: t162

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

In a certain fastfood, Karla ordered 4 fried chickens and 3 iced tea and paid P615.00. Kim ordered 3 fried chickens and 5 iced tea and paid P585.00. How much is the fried chicken?

  1. P 150.00
  2. P 60.00
  3. P120.00
  4. P 45.00
Let $f$ be the price of fried chicken and $i$ be the price of iced tea.
$4f+3i=615$
$3f+5i=585$
Eliminate $i$: multiply the first by 5 and the second by 3:
$20f+15i=3075$ and $9f+15i=1755$
$11f=1320 \Rightarrow f=120$.
$\boxed{\text{P}120.00}$

Question Bank: t172

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

A new civil engineer invested at SMPH (SM Prime Holdings) which has an annual gain of 10% and at ALI (Ayala Land) which has an annual gain of 20%. If his total annual gain in the two investments is 14%, which of the following statements is true?

  1. the amount invested at SMPH is equal to that in ALI
  2. the amount invested at SMPH is greater than that in ALI
  3. the amount invested at SMPH is less than that in ALI
  4. None of these statements is true
Let $S$ be the SMPH investment and $A$ be the ALI investment.
The weighted gain is 14%:
$0.10S+0.20A=0.14(S+A)$
$0.10S+0.20A=0.14S+0.14A$
$0.06A=0.04S \Rightarrow S=1.5A$
Thus, the amount invested at SMPH is greater than that in ALI.
$\boxed{\text{SMPH is greater than ALI}}$

Question Bank: t173

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

The following data of road accident versus driver's age form a quadratic equation (Age of Driver: 20, 40, 60; Accident per year: 250, 150, 200).

Find the coefficient $a$ of $x^2$.

  1. 0.1875
  2. 0.1575
  3. 0.2125
  4. 0.1755

Find the coefficient $b$ of $x$.

  1. -14.75
  2. -15.25
  3. -17.75
  4. -16.25

Find the number of accidents per year for an age of 30.

  1. 154.75
  2. 254.25
  3. 189.65
  4. 181.25

Part 1.

Let the quadratic be $y=ax^2+bx+c$. Using the data points:
$250=400a+20b+c$
$150=1600a+40b+c$
$200=3600a+60b+c$
Solving gives $a=0.1875$, $b=-16.25$, and $c=500$.
$\boxed{a=0.1875}$

Part 2.

Using $y=ax^2+bx+c$ and the points $(20,250)$, $(40,150)$, and $(60,200)$:
$250=400a+20b+c$
$150=1600a+40b+c$
$200=3600a+60b+c$
Solving the system gives $a=0.1875$, $b=-16.25$, $c=500$.
$\boxed{b=-16.25}$

Part 3.

The fitted quadratic is $y=0.1875x^2-16.25x+500$.
At age 30:
$y=0.1875(30^2)-16.25(30)+500=181.25$
$\boxed{181.25}$

Question Bank: t180

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Obama and Romney are 20 km apart and walk towards each other. Obama walks at constant rate and is 2 kph faster than Romney. Romney's rate is 3 kph and started walking 15 minutes ahead of Obama. Find the distance walked by Obama when they meet.

  1. 7.031 km
  2. 14.587 km
  3. 12.031 km
  4. 6.524 km
Romney walks at 3 kph and starts 15 minutes early, so he covers $3(0.25)=0.75$ km before Obama starts.
Remaining separation is $20-0.75=19.25$ km.
Obama's speed is $3+2=5$ kph, so closing speed is $5+3=8$ kph.
Time after Obama starts $=\frac{19.25}{8}=2.40625$ hr.
Obama's distance $=5(2.40625)=12.031$ km.
$\boxed{12.031\text{ km}}$

Question Bank: t187

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Bitoy and Boloy are 500 m apart. Bitoy walks 1 kph faster than Boloy and it tries to catch Boloy. If Boloy walks 3 kph, find the distance travelled by Bitoy when it catches Boloy.

  1. 2 km
  2. 1.5 km
  3. 2.5 km
  4. 3 km
Boloy's speed is 3 kph, so Bitoy's speed is 4 kph.
The initial gap is 500 m $=0.5$ km.
Relative speed $=4-3=1$ kph.
Catch-up time $=\frac{0.5}{1}=0.5$ hr.
Distance travelled by Bitoy $=4(0.5)=2$ km.
$\boxed{2\text{ km}}$

Question Bank: t191

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

On a straight road, a rabbit is 54 m behind the tortoise. They run at uniform speeds. The rabbit is four times as fast as the tortoise and it wants to overtake the tortoise. Determine the distance the rabbit must run before overtaking the tortoise?

  1. 84 m
  2. 56 m
  3. 64 m
  4. 72 m
Let the tortoise speed be $v$ and the rabbit speed be $4v$.
Relative speed $=4v-v=3v$.
Time to close the 54 m gap $=\frac{54}{3v}=\frac{18}{v}$.
Rabbit distance $=4v\left(\frac{18}{v}\right)=72$ m.
$\boxed{72\text{ m}}$

Question Bank: t193

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Heide and Hembler are running a 1000 m race. Heidi runs at 3 m/s and Hembler at 5 m/s. Hembler gave Heide a 15-second head start. How many seconds can Hembler overtake Heide?

  1. 22.5 s
  2. 15 s
  3. 26.5 s
  4. 18 s
Heide's 15-second head start gives her a lead of $3(15)=45$ m.
Relative speed $=5-3=2$ m/s.
Catch-up time for Hembler $=\frac{45}{2}=22.5$ s.
$\boxed{22.5\text{ s}}$

Question Bank: t194

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Mary has a collection of 120 stamps and plans to have $x$ stamps per day for $y$ weeks. How many stamps will she have?

  1. $120 + 7xy$
  2. $120 + xy$
  3. $120 + xy/7$
  4. $120/7 + 7xy$
She starts with 120 stamps.
For $y$ weeks, the number of days is $7y$. At $x$ stamps per day, added stamps $=x(7y)=7xy$.
Total stamps $=120+7xy$.
$\boxed{120+7xy}$

Question Bank: t218

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

A pendulum is brought to rest by air resistance, each swing being 11/12 as much as the preceding one. If the lower end of the pendulum describes an arc 80 cm long in the first swing, what will be the total length of the path which the pendulum describes before it comes to rest?

  1. 960 cm
  2. 820 cm
  3. 1040 cm
  4. 720 cm
The swing lengths form an infinite geometric series with first term $a=80$ cm and ratio $r=\frac{11}{12}$.
$S=\frac{a}{1-r}=\frac{80}{1-11/12}=960$ cm.
$\boxed{960\text{ cm}}$

Question Bank: t222

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

If the domain of $y = 3x + 2$ is $-3 \leq x \leq 5$, which of the following is not in the range of $y$?

  1. -5
  2. -1
  3. 4
  4. 18
For $y=3x+2$ over $-3\leq x\leq5$, evaluate the endpoints because the function is increasing.
At $x=-3$: $y=3(-3)+2=-7$.
At $x=5$: $y=3(5)+2=17$.
The range is $-7\leq y\leq17$, so 18 is not in the range.
$\boxed{18}$

Question Bank: t225

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

A group of musicians is composed of three drummers, four pianists, and five guitarists. How many ways can a trio are formed with 1 pianist, 1 drummer, and 1 guitarist?

  1. 60 ways
  2. 90 ways
  3. 40 ways
  4. 120 ways
Choose 1 drummer from 3, 1 pianist from 4, and 1 guitarist from 5.
By the multiplication principle:
$3\times4\times5=60$ ways.
$\boxed{60\text{ ways}}$

Question Bank: t226

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

To make a ham and cheese sandwich you are given a choice of 3 kinds of ham, 5 kinds of cheese, and 2 kinds of bread. How many different sandwiches can you make?

  1. 30
  2. 10
  3. 15
  4. 45
Choose 1 ham, 1 cheese, and 1 bread.
By the multiplication principle:
$3\times5\times2=30$ sandwiches.
$\boxed{30}$

Question Bank: t236

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

A certain lotto game consists of 30 different balls numbered 1 to 30. If five balls are drawn at random without replacement, how many possible winning combinations can be made?

  1. 345,762
  2. 142,506
  3. 189,982
  4. 17,100,720
Winning combinations do not depend on order, so use combinations.
$\binom{30}{5}=\frac{30!}{5!25!}=142506$
$\boxed{142,506}$

Question Bank: t239

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Four boys and four girls form a circle with the boys and girls alternating. In how many ways can they form a circle?

  1. 72
  2. 576
  3. 144
  4. 1152
Arrange the 4 boys around the circle first: $(4-1)!=6$ ways.
The 4 girls must occupy the 4 gaps between boys: $4!=24$ ways.
Total $=6(24)=144$.
$\boxed{144}$

Question Bank: t240

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

About how many times out of $12,000$ attempts would a person roll all the same numbers using five dice?

  1. 50
  2. 4
  3. 2
  4. 9
For five dice, total outcomes are $6^5$.
All dice the same can happen in 6 ways: all 1s, all 2s, ..., all 6s.
Probability $=\frac{6}{6^5}=\frac{1}{1296}$.
Expected count in 12000 attempts: $12000\left(\frac{1}{1296}\right)=9.26$, about 9 times.
$\boxed{9}$

Question Bank: t241

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Two bags each contain 2 black balls, 1 white ball, and 1 red ball. What is the probability of selecting the white ball from the first bag or the red ball from the second bag?

  1. $1/2$
  2. $7/16$
  3. $1/4$
  4. $1/16$
Let $A$ be selecting white from the first bag and $B$ be selecting red from the second bag.
$P(A)=\frac{1}{4}$ and $P(B)=\frac{1}{4}$. The selections are independent, so $P(A\cap B)=\frac{1}{4}\cdot\frac{1}{4}=\frac{1}{16}$.
$P(A\cup B)=P(A)+P(B)-P(A\cap B)=\frac{1}{4}+\frac{1}{4}-\frac{1}{16}=\frac{7}{16}$.
$\boxed{\frac{7}{16}}$

Question Bank: t242

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

An examination has two types of questions as follows: Type A: 10 points at 3 minutes each, Type B: 15 points at 6 minutes each. There are 16 questions in the exam for a total time of 60 minutes.

How many Type A questions are there in the examination?

  1. 4
  2. 12
  3. 10
  4. 6

How many Type B questions are there in the examination?

  1. 12
  2. 10
  3. 4
  4. 6

What is the maximum score of this exam?

  1. 160 points
  2. 180 points
  3. 190 points
  4. 170 points

Part 1.

Let $A$ be the number of Type A questions and $B$ be the number of Type B questions.
$A+B=16$
$3A+6B=60 \Rightarrow A+2B=20$
Subtract $A+B=16$ from $A+2B=20$: $B=4$.
Thus $A=12$.
$\boxed{12}$

Part 2.

Use the equations $A+B=16$ and $3A+6B=60$.
Divide the time equation by 3: $A+2B=20$.
Subtract $A+B=16$: $B=4$.
$\boxed{4}$

Part 3.

From the time equations, there are 12 Type A questions and 4 Type B questions.
Maximum score $=12(10)+4(15)=120+60=180$ points.
$\boxed{180\text{ points}}$

Question Bank: t245

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

The following books are available on the shelf. Three Fluid Mechanics book, two Structural book, four Mathematics, and two Geotechnical book. John came and took one Fluid Mechanics and one Mathematics. Peter came and select a book at random. What is the probability that he selects a Mathematics book?

  1. $1/3$
  2. $2/9$
  3. $4/9$
  4. $1/9$
Initially there are $3+2+4+2=11$ books.
John removes 1 Fluid Mechanics and 1 Mathematics book, leaving 9 books total.
Mathematics books left: $4-1=3$.
Probability Peter selects Mathematics $=\frac{3}{9}=\frac{1}{3}$.
$\boxed{\frac{1}{3}}$

Question Bank: t246

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

In the latest survey by SWS on $400$ voters, $130$ said they will vote for candidate A, $120$ will vote for candidate B, and $150$ will vote for candidate C. What is the probability that a registered voter will vote for candidate B?

  1. 0.375
  2. 0.285
  3. 0.325
  4. 0.3
Probability is favorable voters divided by total voters.
$P(B)=\frac{120}{400}=0.3$
$\boxed{0.3}$

Question Bank: t247

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Answer the following probability problems:

In a family of five children, what is the chance that there are three boys and two girls?

  1. $7/16$
  2. $3/8$
  3. $5/16$
  4. $3/16$

A basketball player averages 65% in a free-throw line. What is the probability of missing one for two free throws?

  1. $0.523$
  2. $0.455$
  3. $0.574$
  4. $0.486$

A store has three kinds of toys given in every purchase. What is the probability of getting all three toys in five purchases?

  1. $0.617$
  2. $0.542$
  3. $0.685$
  4. $0.752$

Part 1.

For 5 children, total gender outcomes are $2^5=32$.
Choose which 3 of the 5 are boys: $\binom{5}{3}=10$.
Probability $=\frac{10}{32}=\frac{5}{16}$.
$\boxed{\frac{5}{16}}$

Part 2.

The probability of making a free throw is 0.65, so the probability of missing is 0.35.
Missing exactly one of two throws can happen as miss-make or make-miss:
$2(0.35)(0.65)=0.455$
$\boxed{0.455}$

Part 3.

Assume each purchase gives one of the 3 toy types with equal probability.
Total outcomes for 5 purchases: $3^5=243$.
Use inclusion-exclusion for getting all 3 toy types:
$3^5-\binom{3}{1}2^5+\binom{3}{2}1^5=243-96+3=150$.
Probability $=\frac{150}{243}=0.617$.
$\boxed{0.617}$

Question Bank: t250

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Find the probability that a couple having three children will have at least one girl?

  1. $7/8$
  2. $5/8$
  3. $1/2$
  4. $3/4$
Use the complement. The only way to have no girls among 3 children is all boys.
$P(\text{all boys})=\left(\frac{1}{2}\right)^3=\frac{1}{8}$
$P(\text{at least one girl})=1-\frac{1}{8}=\frac{7}{8}$
$\boxed{\frac{7}{8}}$

Question Bank: t254

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

A box contains 24 red balls, 27 green balls, and 30 blue balls. If three balls are drawn in succession without replacement, what is the probability that:

All three balls are red?

  1. $0.024$
  2. $0.062$
  3. $0.034$
  4. $0.048$

All three balls are green?

  1. $0.062$
  2. $0.034$
  3. $0.048$
  4. $0.024$

All three balls are blue?

  1. $0.062$
  2. $0.048$
  3. $0.024$
  4. $0.034$

Part 1.

Total balls: $24+27+30=81$. Drawing without replacement:
$P(\text{3 red})=\frac{24}{81}\cdot\frac{23}{80}\cdot\frac{22}{79}=0.024$
$\boxed{0.024}$

Part 2.

Total balls: 81. Drawing without replacement:
$P(\text{3 green})=\frac{27}{81}\cdot\frac{26}{80}\cdot\frac{25}{79}=0.034$
$\boxed{0.034}$

Part 3.

Total balls: 81. Drawing without replacement:
$P(\text{3 blue})=\frac{30}{81}\cdot\frac{29}{80}\cdot\frac{28}{79}=0.048$
$\boxed{0.048}$

Question Bank: t270

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

A manufacturer estimates that $1.5%$ of his output of a small item is defective. Find the probabilities that in a pack of 200 items:

None is defective.

  1. $0.0498$
  2. $0.1494$
  3. $0.224$
  4. $0.3528$

Two are defective.

  1. $0.224$
  2. $0.1494$
  3. $0.3528$
  4. $0.0498$

Three or more are defective.

  1. $0.224$
  2. $0.0498$
  3. $0.1494$
  4. $0.3528$

Part 1.

Use the Poisson approximation with $\lambda=np=200(0.015)=3$.
For no defective items:
$P(X=0)=e^{-3}\frac{3^0}{0!}=0.0498$
$\boxed{0.0498}$

Part 2.

Use the Poisson approximation with $\lambda=3$.
$P(X=2)=e^{-3}\frac{3^2}{2!}=0.224$
$\boxed{0.224}$

Question Bank: t274

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Twenty (20) GERTC students was surveyed about the size of their memory cards. Twelve students said they have 8 MB, five said they have both 8 MB and 16 MB, two said they neither have 8 MB nor 16 MB, and the rest have 16 MB only. How many students have 16 MB memory cards only?

  1. 8
  2. 6
  3. 10
  4. 4
The 12 students with 8 MB include the 5 students who have both cards, so 8 MB only is $12-5=7$.
Account for all 20 students:
$20=(8\text{ only})+(16\text{ only})+(both)+(neither)$
$20=7+x+5+2 \Rightarrow x=6$.
$\boxed{6}$

Question Bank: t275

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

A survey was conducted by SWS to find out which of the three presidentiables they liked best. The results indicated that 500 liked Noynoy, 470 liked Villar, and 430 liked Estrada. But of these, 180 liked both Noynoy and Estrada, 140 liked both Noynoy and Villar, and 210 liked both Estrada and Villar. Only 60 liked all the three presidentiables.

How many liked Noynoy alone?

  1. 260
  2. 240
  3. 180
  4. 100

How many liked Villar alone?

  1. 180
  2. 260
  3. 100
  4. 180

How many persons responded to the survey?

  1. 910
  2. 680
  3. 960
  4. 930

Part 1.

Noynoy alone excludes those who also liked Villar or Estrada, but the all-three group was subtracted twice, so add it back once:
$N\text{ alone}=500-140-180+60=240$.
$\boxed{240}$

Part 2.

Villar alone excludes those who also liked Noynoy or Estrada, then adds back the all-three group once:
$V\text{ alone}=470-140-210+60=180$.
$\boxed{180}$

Part 3.

Use inclusion-exclusion:
$|N\cup V\cup E|=500+470+430-140-180-210+60$
$=930$.
$\boxed{930}$

Question Bank: t284

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

$i^{51} =$

  1. $-i$
  2. $i$
  3. $1$
  4. $-1$
Powers of $i$ repeat every 4: $i,i^2=-1,i^3=-i,i^4=1$.
$51\div4$ leaves remainder 3, so $i^{51}=i^3=-i$.
$\boxed{-i}$

Question Bank: t285

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Which of the following is equivalent to $\sqrt{-3} \times \sqrt{-1/27}$?

  1. $1/9$
  2. $1/3$
  3. imaginary
  4. $-1/3$

Solution pending in psadquestions/t285.json.

Question Bank: t286

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Solve for $x$ from the following complex equation: $2x + 5y + 3yi + 15 - 3i = 0$.

  1. 2
  2. -5
  3. -10
  4. 1
Separate real and imaginary parts:
$2x+5y+15+(3y-3)i=0$.
Imaginary part: $3y-3=0 \Rightarrow y=1$.
Real part: $2x+5(1)+15=0 \Rightarrow 2x+20=0 \Rightarrow x=-10$.
$\boxed{-10}$

Question Bank: t287

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

$(1 - 2i)^{-1}$ can be written as:

  1. $1/5 + 2/5 i$
  2. $1/5 - 2/5 i$
  3. $-1/3 - 2/3 i$
  4. $-1/3 + 2/3 i$
$(1-2i)^{-1}=\frac{1}{1-2i}$. Multiply by the conjugate:
$\frac{1}{1-2i}\cdot\frac{1+2i}{1+2i}=\frac{1+2i}{1+4}$
$=\frac{1}{5}+\frac{2}{5}i$.
$\boxed{\frac{1}{5}+\frac{2}{5}i}$

Question Bank: t288

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

The product of the complex numbers $(2 + 4i)$ and $(1 - 7i)$ is:

  1. $30 - 10i$
  2. $22 + 8i$
  3. $3 + 19i$
  4. $10 - 24i$
$(2+4i)(1-7i)=2-14i+4i-28i^2$.
Since $i^2=-1$:
$=2-10i+28=30-10i$.
$\boxed{30-10i}$

Question Bank: t290

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Find the value of $x$ in the equation $(x + yi)(1 - 2i) = 7 - 4i$.

  1. 1
  2. 3
  3. 4
  4. 2
Expand the left side:
$(x+yi)(1-2i)=x-2xi+yi-2yi^2$
$=(x+2y)+(y-2x)i$.
Equate to $7-4i$:
$x+2y=7$ and $y-2x=-4$.
From $y=2x-4$, substitute: $x+2(2x-4)=7 \Rightarrow 5x=15 \Rightarrow x=3$.
$\boxed{3}$

Question Bank: t291

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

The roots of a cubic equation with real coefficients are $2 + 3i$ and $3$. What is the equation?

  1. $x^3 + 7x^2 - 25x - 39 = 0$
  2. $x^3 - 7x^2 + 25x - 39 = 0$
  3. $x^3 + 7x^2 + 25x + 39 = 0$
  4. $x^3 + 7x^2 - 25x + 39 = 0$
For real coefficients, the conjugate root $2-3i$ must also be a root. The roots are $2+3i$, $2-3i$, and 3.
$(x-(2+3i))(x-(2-3i))=((x-2)^2+9)=x^2-4x+13$.
Multiply by $(x-3)$:
$(x^2-4x+13)(x-3)=x^3-7x^2+25x-39$.
$\boxed{x^3-7x^2+25x-39=0}$

Question Bank: t292

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Vectors are drawn from the origin to points $P(3, -2)$ and $Q(1, 5)$. Indicating these vectors by $OP = A$ and $OQ$ by $B$:

Find $A + B$.

  1. $2i - 7j$
  2. $4i + 3j$
  3. $4i - 3j$
  4. $-2i + 7j$

Find $A - B$.

  1. $4i - 3j$
  2. $-2i + 7j$
  3. $2i - 7j$
  4. $4i + 3j$

Find $B - A$.

  1. $-2i + 7j$
  2. $2i - 7j$
  3. $4i + 3j$
  4. $4i - 3j$

Part 1.

$A=3i-2j$ and $B=i+5j$.
$A+B=(3+1)i+(-2+5)j=4i+3j$.
$\boxed{4i+3j}$

Part 2.

$A=3i-2j$ and $B=i+5j$.
$A-B=(3-1)i+(-2-5)j=2i-7j$.
$\boxed{2i-7j}$

Part 3.

$A=3i-2j$ and $B=i+5j$.
$B-A=(1-3)i+(5-(-2))j=-2i+7j$.
$\boxed{-2i+7j}$

Question Bank: t295

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

A line segment is drawn from point $P(1, 3)$ to point $Q(4, -3)$.

Find the coordinates of the first trisection point from $P$ to $Q$.

  1. $(2, 1)$
  2. $(3, 2)$
  3. $(3, -1)$
  4. $(2.5, 0)$

Find the coordinates of the second trisection point from $P$ to $Q$.

  1. $(3, -1)$
  2. $(2.5, 0)$
  3. $(3, 2)$
  4. $(2, 1)$

Find the coordinates of the midpoint from $P$ to $Q$.

  1. $(2, 1)$
  2. $(3, -1)$
  3. $(2.5, 0)$
  4. $(3, 2)$

Part 1.

From $P(1,3)$ to $Q(4,-3)$, the displacement is $(4-1,-3-3)=(3,-6)$.
The first trisection point is one-third of the way from $P$:
$(1,3)+\frac{1}{3}(3,-6)=(2,1)$.
$\boxed{(2,1)}$

Part 2.

The second trisection point is two-thirds of the way from $P$ to $Q$.
$(1,3)+\frac{2}{3}(3,-6)=(1,3)+(2,-4)=(3,-1)$.
$\boxed{(3,-1)}$

Part 3.

Use the midpoint formula:
$M=\left(\frac{1+4}{2},\frac{3+(-3)}{2}\right)=(2.5,0)$.
$\boxed{(2.5,0)}$

Question Bank: t298

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Two vectors $A$ and $B$ have the following values: $A = 6.71i + 8.35j$, $B = -2.57i - 5.55j$.

Determine the magnitude of the resultant of $A$ and $B$.

  1. $6.45$
  2. $4.99$
  3. $5.34$
  4. $4.21$

If the tail of the resultant vector is at $(0, 0)$, where is the head of the resultant vector?

  1. $(2.8, 4.13)$
  2. $(4.13, 2.8)$
  3. $(3.45, 6.43)$
  4. $(6.43, 3.45)$

What is the angle of the resultant vector from the x-axis?

  1. $34.14^\circ$
  2. $32.12^\circ$
  3. $28.76^\circ$
  4. $38.45^\circ$

Part 1.

Add the vectors componentwise:
$R=A+B=(6.71-2.57)i+(8.35-5.55)j\approx4.13i+2.80j$.
Magnitude:
$|R|=\sqrt{4.13^2+2.80^2}=4.99$.
$\boxed{4.99}$

Part 2.

The resultant vector is approximately $R=4.13i+2.80j$.
If its tail is at $(0,0)$, its head is at the coordinate matching its components:
$\boxed{(4.13,2.8)}$

Part 3.

Use the resultant components $R_x\approx4.13$ and $R_y=2.80$.
$\theta=\tan^{-1}\left(\frac{R_y}{R_x}\right)=\tan^{-1}\left(\frac{2.80}{4.13}\right)=34.14^\circ$.
$\boxed{34.14^\circ}$

Question Bank: t305

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

Find the projection of $A$ on $B$ if $A = 12i + 6k$ and $B = -4j + 3k$.

  1. $4.2$
  2. $3.9$
  3. $3.6$
  4. $5.4$
The scalar projection of $A$ on $B$ is $\frac{A\bullet B}{|B|}$.
$A=12i+0j+6k$ and $B=0i-4j+3k$.
$A\bullet B=12(0)+0(-4)+6(3)=18$.
$|B|=\sqrt{0^2+(-4)^2+3^2}=5$.
Projection $=\frac{18}{5}=3.6$.
$\boxed{3.6}$

Question Bank: t306

MSTE - Algebra / Algebra Fundamentals / Gemini mapped Chapter 1 to 3

A vector (line segment) is drawn from $P(2, 4, -1)$ to $Q(3, 0, 5)$.

What is the magnitude of $PQ$?

  1. $5.42$
  2. $7.83$
  3. $8.95$
  4. $7.28$

What is the coordinate of the point that is $3/4$ of the way from $P$ to $Q$?

  1. $11/4 i + 2j - 7/2 k$
  2. $11/4 i + j + 7/2 k$
  3. $11/4 i - 2j - k$
  4. $11/4 i - j - 7/2 k$

Part 1.

$\overrightarrow{PQ}=Q-P=(3-2,0-4,5-(-1))=(1,-4,6)$.
Magnitude:
$|PQ|=\sqrt{1^2+(-4)^2+6^2}=\sqrt{53}=7.28$.
$\boxed{7.28}$

Part 2.

A point $\frac{3}{4}$ of the way from $P$ to $Q$ is:
$P+\frac{3}{4}(Q-P)=(2,4,-1)+\frac{3}{4}(1,-4,6)$
$=\left(\frac{11}{4},1,\frac{7}{2}\right)$.
$\boxed{\frac{11}{4}i+j+\frac{7}{2}k}$

Question Bank: t1359

MSTE - Algebra / Additional Algebra Problems / Gemini mapped Chapter 7 to 10

Simplify the following expression: 6(2x + 4y) + 10(5x + 3y).

  1. 54x + 62y
  2. 62x + 54y
  3. 50x + 30y
  4. 12x + 24y

Solution pending in psadquestions/t1359.json.

Question Bank: t1360

MSTE - Algebra / Additional Algebra Problems / Gemini mapped Chapter 7 to 10

Given the function f(x) = x^3 - 2x^2 + 5x - 8. Evaluate f(3).

  1. 17
  2. 14
  3. 16
  4. 15

Solution pending in psadquestions/t1360.json.

Question Bank: t1362

MSTE - Algebra / Additional Algebra Problems / Gemini mapped Chapter 7 to 10

Find the value of the constant "h" in the quadratic equation 3x^2 - hx + x - 7h = 0 if 3 is one of the roots.

  1. 2
  2. 3
  3. -2
  4. -4

Solution pending in psadquestions/t1362.json.

Question Bank: t1363

MSTE - Algebra / Additional Algebra Problems / Gemini mapped Chapter 7 to 10

Evaluate Summation from k=1 to 25 of (5k - 3).

  1. 1550
  2. 1450
  3. 1660
  4. 1360

Solution pending in psadquestions/t1363.json.

Question Bank: t1365

MSTE - Algebra / Additional Algebra Problems / Gemini mapped Chapter 7 to 10

Solve the inequality: (2/5)(x - 6) greater than or equal to x - 1.

  1. ∞, 7/3
  2. -∞, -7/3
  3. -∞, 5/3
  4. -∞, -5/3

Solution pending in psadquestions/t1365.json.

Question Bank: t1368

MSTE - Algebra / Additional Algebra Problems / Gemini mapped Chapter 7 to 10

If y = x^3, find the value of y if ^4√(8 × ^3√(2√8x)) = 2.

  1. 16
  2. 2
  3. 4
  4. 8

Solution pending in psadquestions/t1368.json.

Question Bank: w1

MSTE - Algebra / Algebraic Simplification / MSTE May 2019

Simplify if possible: $7x^3 + 2x^3$.

  1. $14x^6$
  2. $9x^3$
  3. $14x^3$
  4. $9x^6$
Combine like terms (same base and exponent):
$7x^3 + 2x^3 = (7+2)x^3 = \boxed{9x^3}$

Question Bank: w11

MSTE - Algebra / Functions / MSTE May 2019

The cost of electricity in a certain city is given by the formula $C = 0.07n + 6.5$, where $C$ is the cost and $n$ is the number of kilowatt-hours used. Solve for $n$ and find the number of kWh used for costs of P49.97, P76.50 and P125.

  1. 621; 1200; 1548
  2. 752; 1000; 2147
  3. 854; 1500; 1963
  4. 621; 1000; 1963
$n = \frac{C - 6.5}{0.07}$
For $C = 49.97$: $n = 621$
For $C = 76.50$: $n = 1000$
For $C = 125$: $n = 1{,}692.86$
The only choice matching the first two values is $\boxed{621;\ 1000;\ 1963}$ (the third figure in the key, 1963, appears to be a source typo for $\approx 1693$).

Question Bank: w12

MSTE - Algebra / Functions / MSTE May 2019

A manufacturer of custom windows produces $y$ windows per week using $x$ hours of labor per week, where $y = 1.75\sqrt{x}$. How many hours of labor are required to keep production at 28 windows per week?

  1. 128
  2. 256
  3. 64
  4. 512
$28 = 1.75\sqrt{x}$
$\sqrt{x} = 16$
$\boxed{x = 256}$

Question Bank: w62

MSTE - Algebra / Functions / MSTE November 2019

Which of the following is an even function?

  1. $f(x) = f(x)$
  2. $f(x) = \cos x$
  3. $f(x) = -f(x)$
  4. $f(x) = \sin x$
An even function satisfies $f(-x) = f(x)$ (symmetry about the $y$-axis).
For cosine: $f(-x) = \cos(-x) = \cos x = f(x)$, so it is even.
$\sin x$ is odd $(\sin(-x) = -\sin x)$; $f(x)=f(x)$ is the identity (neither even nor odd); $f(x)=-f(x)$ describes an odd function.
$\boxed{f(x) = \cos x}$

Question Bank: w63

MSTE - Algebra / Simple Substitution / MSTE November 2019

The relationship between concrete strengths $f'_c(14)$ and $f'_c(28)$ is given by $f'_c(14) = \dfrac{t}{1.203 + 0.7t - 0.000195t^2}\, f'_c(28)$, where $t$ is the age of concrete in weeks. The concrete strength at the end of 14 days is 24.1 MPa. Determine the concrete strength at the end of 28 days according to the DPWH design guidelines.

  1. 34.2 MPa
  2. 33.5 MPa
  3. 27.5 MPa
  4. 31.4 MPa
At $t = 14$ days $= 2$ weeks, substitute into the relation:
$24.1 = \dfrac{2}{1.203 + 0.7(2) - 0.000195(2)^2}\, f'_c(28)$
$24.1 = \dfrac{2}{2.6022}\, f'_c(28) = 0.7686\, f'_c(28)$
$f'_c(28) = \dfrac{24.1}{0.7686} = 31.36$ MPa
$\boxed{f'_c(28) \approx 31.4\text{ MPa}}$