ACT math logarithms and matrices

This study set covers key concepts and practice problems related to logarithms and matrices, tailored for the ACT Math section. Students will encounter real-life scenarios to reinforce their understanding of these mathematical topics.

CharlotteBrown7t·64 flashcards·64 questions
ACTmathematicsalgebra
0
Known
1 / 64
0
Learning
Front

If 10x=1000\displaystyle 10^x = 1000, what is x?

Tap to flip
Back

x = 3 because 1000=103\displaystyle 1000 = 10^3.

Tap to flip
Got it
Still learning

Quiz(64 questions)

Question 1 of 64

1. If log10(1000) = x, what is x?

Terms in this Study Set(64)

Logarithmic Applications(16)

If 10x=1000\displaystyle 10^x = 1000, what is x?

x = 3 because 1000=103\displaystyle 1000 = 10^3.

True or false: log10(100)=2\displaystyle log_{10}(100) = 2.

False. log10(100)=2\displaystyle log_{10}(100) = 2 is correct.

A cell phone's value depreciates. Current value is $300.

If V=300e−0.1t\displaystyle V = 300e^{-0.1t}, what is t when $V = 150? 1. 150=300e−0.1t\displaystyle 150 = 300e^{-0.1t} 2. e−0.1t=0.5\displaystyle e^{-0.1t} = 0.5 3. −0.1t=log(0.5)\displaystyle -0.1t = log(0.5) 4. t=−10log(0.5)t≈6.93\displaystyle t = -10log(0.5) \\ t ≈ 6.93.

Fill in the blank: log2(x)+log2(y)=log2(?)\displaystyle log_{2}(x) + log_{2}(y) = log_{2}(?)

log2(xy)\displaystyle log_{2}(xy).

A sound intensity of 90 dB is given by I=10−12W/m2\displaystyle I = 10^{-12}W/m^2. What is the intensity?

Intensity: I=10(90/10)=109W/m2\displaystyle I = 10^{(90/10)} = 10^{9}W/m².

If logb(x)=3\displaystyle log_{b}(x) = 3, what is x in terms of b?

x = b3\displaystyle b^{3}.

True or false: log5(25)=1\displaystyle log_{5}(25) = 1.

False. log5(25)=2\displaystyle log_{5}(25) = 2 because 25=52\displaystyle 25 = 5^2.

In a computer algorithm, T(n)=log2(n)\displaystyle T(n) = log_{2}(n) indicates what?

Efficiency decreases logarithmically as n increases.

A population grows exponentially: P(t)=P0ert\displaystyle P(t) = P_0 e^{rt}. What is the growth rate if P doubles in 5 years?

P(5)=2P0\displaystyle P(5) = 2P_0 leads to r=log(2)5r≈0.1386\displaystyle r = \frac{log(2)}{5} \\ r ≈ 0.1386.

If a 1000investmentgrowsto\displaystyle 1000 investment grows to 2000, how long at 5% annual interest?

Use A=Pert\displaystyle A = P e^{rt}. 1. 2000=1000e0.05t\displaystyle 2000 = 1000e^{0.05t} 2. 2=e0.05t\displaystyle 2 = e^{0.05t} 3. t=log(2)0.05t≈13.86\displaystyle t = \frac{log(2)}{0.05} \\ t ≈ 13.86 years.

What is the base of log4(16)\displaystyle log_{4}(16)?

Base is 4 because 16=42\displaystyle 16 = 4^2.

In a rental scenario, the rent increases by 10% each year. What is the formula?

R(t)=R0(1.1)t\displaystyle R(t) = R_0(1.1)^t.

A bacteria culture grows from 100 to 800 in 3 hours. What is the growth rate?

Use N(t)=N0ert\displaystyle N(t) = N_0 e^{rt}: 1. 800=100e3r\displaystyle 800 = 100 e^{3r} 2. 8=e3r\displaystyle 8 = e^{3r} 3. r=log(8)3r≈0.7937\displaystyle r = \frac{log(8)}{3} \\ r ≈ 0.7937.

If log3(x)+log3(27)=5\displaystyle log_{3}(x) + log_{3}(27) = 5, what is x?

log3(x)+3=5log3(x)=2x=32=9\displaystyle log_{3}(x) + 3 = 5 \\ log_{3}(x) = 2 \\ x = 3^2 = 9.

True or false: log(105)=5\displaystyle log(10^5) = 5.

True. log(105)=5\displaystyle log(10^5) = 5, as it's base 10.

If logb(4)=2\displaystyle log_{b}(4) = 2, what does b equal?

b = 16\displaystyle 16 because 4=b2\displaystyle 4 = b^2.

Matrix Operations(16)

Matrix addition: What does it require?

Two matrices of the same dimensions. Example: Adding a 2x2 matrix to another 2x2.

True or False: Matrices can only be added if they are square.

False. They can be added if they have the same dimensions.

Fill in the blank: The result of multiplying a 2x3 matrix by a 3x2 matrix is a _____ matrix.

2x2 matrix.

What is the determinant used for?

To determine if a matrix is invertible. If the determinant is 0, it is not invertible.

A store sells 3 types of shirts: A, B, and C. Represent sales.

Use a matrix like: \[ \begin{bmatrix} 100 & 150 & 75 \end{bmatrix} \] for quantities.

Matrix multiplication: Can it be commutative?

No, multiplication of matrices is generally not commutative. Example: A*B ≠ B*A.

Calculate: If A = \[ \begin{bmatrix} 1 & 2 \end{bmatrix} \] and B = \[ \begin{bmatrix} 3 \end{bmatrix} \], find AB.

AB = \[ \begin{bmatrix} 3 & 6 \end{bmatrix} \].

What is a real-life application of matrices?

Budgeting: Use matrices to track expenses across different categories.

Fill in the blank: The identity matrix is a matrix that, when multiplied, leaves the other matrix _____

unchanged.

True or False: Every matrix has an inverse.

False. Only non-singular (det ≠ 0) matrices have inverses.

How do you solve a system of equations using matrices?

Use the inverse of the coefficient matrix: \( Ax = b \) leads to \( x = A^{-1}b \).

A company has 3 employees. Represent hours worked.

Use a matrix: \[ \begin{bmatrix} 40 & 35 & 45 \end{bmatrix} \] for hours.

What is the result of \[ \begin{bmatrix} 1 & 2 \end{bmatrix} \begin{bmatrix} 3 \end{bmatrix} \]?

Result is \[ \begin{bmatrix} 3 & 6 \end{bmatrix} \].

Define: A zero matrix.

A matrix where all elements are zero. Example: \[ \begin{bmatrix} 0 & 0 \end{bmatrix} \].

Compare: Row matrix vs Column matrix.

Row: 1xN matrix; Column: Nx1 matrix. Different shapes, not interchangeable.

Matrix operations: Why are dimensions important?

Dimensions dictate whether operations (addition, multiplication) can be performed.

Logarithmic Properties(16)

If log10(100) = x, what is x?

x = 2. Because 10^2 = 100.

log(a * b) = ?

log(a) + log(b). Multiplying inside the log results in addition.

True or False: log(1) = 0.

True. Any log base equals zero when the input is 1.

If log2(x) = 5, what is x?

x = 32. Because 2^5 = 32.

Fill in the blank: log(a/b) = ...

log(a) - log(b). Dividing inside the log results in subtraction.

Evaluate log3(27).

log3(27) = 3. Because 3^3 = 27.

If log5(x) = 3, then x = ...

x = 125. Since 5^3 = 125.

log10(0.01) = ?

-2. Because 10^(-2) = 0.01.

What does log(a^b) equal?

b * log(a). Exponentiation inside the log results in multiplication.

True or False: log(a) - log(b) = log(a/b).

True. This is a property of logarithms.

If log4(16) = x, find x.

x = 2. Because 4^2 = 16.

log(10^x) = ?

x. The log base 10 of a power simplifies directly to the exponent.

What is log(1000) in base 10?

log(1000) = 3. As 10^3 = 1000.

If logb(y) = 4, what does y equal?

y = b^4. By the definition of logarithms.

Evaluate log(10) + log(100).

log(10) + log(100) = 3. Because 1 + 2 = 3.

If log2(x) = 1, what is x?

x = 2. Because 2^1 = 2.

Matrix Concepts(16)

What is a matrix?

A matrix is a rectangular array of numbers arranged in rows and columns, used to represent data or perform calculations.

Multiply these matrices: [[1, 2], [3, 4]] and [[5, 6], [7, 8]].

Result: [[19, 22], [43, 50]] - Matrix multiplication involves dot products of rows and columns.

Find the determinant of this matrix: [[2, 3], [1, 4]].

Determinant = 2*4 - 3*1 = 8 - 3 = 5.

True or False: A matrix can represent a system of equations.

True - Each row can represent an equation, and each column can represent a variable.

Fill in the blank: The identity matrix for 2x2 is ___.

[[1, 0], [0, 1]] - It acts like 1 in matrix multiplication.

What happens when you multiply a matrix by its inverse?

You get the identity matrix. A*A^{-1} = I.

Compare: Matrix addition vs. multiplication.

Addition: element-wise. Multiplication: involves rows and columns.

If A = [[1, 2], [3, 4]] and B = [[5], [6]], find AB.

Result: [[17], [39]] - Multiply rows of A by column of B.

What is the trace of a matrix?

The trace is the sum of the diagonal elements in a square matrix.

Calculate the determinant of this matrix: [[3, 5], [2, 4]].

Determinant = 3*4 - 5*2 = 12 - 10 = 2.

True or False: A 3x2 matrix can be multiplied by a 2x3 matrix.

True - The inner dimensions match (2). Result will be a 3x3 matrix.

Fill in the blank: The zero matrix has all elements equal to ___.

0 - It behaves like 0 in matrix addition.

What is a row echelon form?

A form of a matrix where each leading entry of a row is to the right of the leading entry of the previous row.

Identify the matrix: [[1, 2], [0, 1]].

This is an upper triangular matrix - all elements below the diagonal are zero.

If A = [[1, 2], [3, 4]] and B = [[0, 1], [1, 0]], find A + B.

Result: [[1, 3], [4, 4]] - Add corresponding elements of A and B.

What does a non-zero determinant indicate?

It indicates that the matrix is invertible and the system of equations has a unique solution.

Questions in this Study Set(64)

1. If log10(1000) = x, what is x?

A.3
B.2
C.4
D.1

2. If 4x=256\displaystyle 4^x = 256, what is x?

A.4
B.5
C.6
D.3

3. What is the result of adding the matrices [[2, 3], [4, 5]] and [[1, 1], [1, 1]]?

A.[[3, 4], [5, 6]]
B. [[2, 4], [4, 6]]
C.[[2, 3], [5, 6]]
D.[[5, 6], [4, 5]]

4. What must be true for two matrices to be added together?

A.They must have the same dimensions.
B.They must both be square matrices.
C.One must be a row matrix and the other a column matrix.
D.Their determinants must be equal.

5. Which of the following is equivalent to log(a * b)?

A.log(a) + log(b)
B.log(a) - log(b)
C.log(ab)
D.log(a/b)

6. True or false: log10(1000)=3\displaystyle log_{10}(1000) = 3.

A.True
B.False
C.Depends on the base
D.Not enough information

7. If A = [[3, 2], [1, 4]] and B = [[1, 0], [0, 1]], what is AB?

A.[[3, 2], [1, 4]]
B.[[3, 2], [4, 1]]
C.[[3, 2], [0, 4]]
D.[[3, 2], [1, 0]]

8. True or False: You can multiply any two matrices together.

A.True
B.False
C.Only if they are square.
D.Only if they have the same number of elements.

9. True or False: log(10) = 1.

A.True
B.False
C.Depends on the base
D.None of the above

10. A savings account accrues interest according to the formula A=Pert\displaystyle A = P e^{rt}. If P=500\displaystyle P = 500 and A=1000\displaystyle A = 1000, what is the time t at an interest rate of 6%?

A.11.55 years
B.10.24 years
C.8.68 years
D.12.45 years

11. True or False: The determinant of a 3x3 matrix can be calculated by using the determinants of its 2x2 submatrices.

A.True
B.False
C.Depends on the matrix
D.Not applicable

12. Fill in the blank: The result of adding a 3x2 matrix to another 3x2 matrix is a _____ matrix.

A.3x2
B.2x3
C.1x1
D.4x2

13. If log2(64) = x, what is x?

A.6
B.5
C.4
D.8

14. Fill in the blank: log5(x)−log5(y)=log5(?)\displaystyle log_{5}(x) - log_{5}(y) = log_{5}(?).

A.xy
B.x/y
C.x+y
D.x^2

15. Which of the following describes a matrix that can be added to another matrix of the same dimensions?

A.A square matrix
B.A diagonal matrix
C.Any matrix of the same size
D.An identity matrix

16. If A = \[ \begin{bmatrix} 2 & 3 \end{bmatrix} \] and B = \[ \begin{bmatrix} 4 \end{bmatrix} \], what is the product AB?

A.\[ \begin{bmatrix} 8 & 12 \end{bmatrix} \]
B.\[ \begin{bmatrix} 6 \end{bmatrix} \]
C.\[ \begin{bmatrix} 4 & 6 \end{bmatrix} \]
D.\[ \begin{bmatrix} 2 & 3 \end{bmatrix} \]

17. Fill in the blank: log(a/b) = ...

A.log(a) + log(b)
B.log(a) - log(b)
C.log(ab)
D.log(a^b)

18. A cell phone depreciates in value according to V=500e−0.15t\displaystyle V = 500e^{-0.15t}. When will its value be $250?

A.2.31 years
B.3.35 years
C.4.62 years
D.5.00 years

19. What is the result of multiplying a matrix by a zero matrix?

A.The original matrix
B.The identity matrix
C.The zero matrix
D.A null matrix

20. Which of the following is NOT a property of the identity matrix?

A.It leaves other matrices unchanged when multiplied.
B.It has a determinant of 1.
C.It can only be a square matrix.
D.It can have non-zero elements.

21. Evaluate log3(81).

A.4
B.3
C.5
D.2

22. If log3(27)=x\displaystyle log_{3}(27) = x, what is x?

A.3
B.2
C.1
D.4

23. If matrix C = [[2, 1], [3, 2]], what is the trace of C?

A.3
B.5
C.6
D.4

24. A car rental company has three types of cars: Sedans, SUVs, and Trucks. If they have \[ \begin{bmatrix} 10 & 5 & 2 \end{bmatrix} \] in stock, how can this be represented as a matrix?

A.\[ \begin{bmatrix} 10 & 5 & 2 \end{bmatrix} \]
B.\[ \begin{bmatrix} 10 \ 5 \ 2 \end{bmatrix} \]
C.\[ \begin{bmatrix} 5 \ 10 \ 2 \end{bmatrix} \]
D.\[ \begin{bmatrix} 10 \end{bmatrix} \]

25. If log5(x) = 2, then x = ...

A.25
B.10
C.50
D.5

26. Which of the following is NOT a property of logarithms?

A.logb(xy)=logb(x)+logb(y)\displaystyle log_{b}(xy) = log_{b}(x) + log_{b}(y)
B.logb(x/y)=logb(x)−logb(y)\displaystyle log_{b}(x/y) = log_{b}(x) - log_{b}(y)
C.logb(xn)=nlogb(x)\displaystyle log_{b}(x^n) = n log_{b}(x)
D.logb(x+y)=logb(x)+logb(y)\displaystyle log_{b}(x+y) = log_{b}(x) + log_{b}(y)

27. If D is a diagonal matrix, which of the following is NOT true?

A.All off-diagonal elements are zero
B.D is invertible if all diagonal elements are non-zero
C.D can contain non-zero elements only on the diagonal
D.D can be added to any other matrix

28. What is the determinant of the matrix \[ \begin{bmatrix} 1 & 2 \ 3 & 4 \end{bmatrix} \]?

A.-2
B.0
C.1
D.2

29. What is log10(0.1)?

A.-1
B.1
C.-2
D.2

30. If log2(x)=4\displaystyle log_{2}(x) = 4, what is x?

A.8
B.16
C.32
D.64

31. Which operation requires that the number of columns in the first matrix equals the number of rows in the second?

A.Matrix addition
B.Matrix subtraction
C.Matrix multiplication
D.Finding the determinant

32. If a matrix has a determinant of 0, what does that imply about the matrix?

A.It is invertible.
B.It is singular.
C.It has no solutions.
D.It can be multiplied by any matrix.

33. Which of the following is NOT a property of logarithms?

A.log(a * b) = log(a) + log(b)
B.log(a/b) = log(a) - log(b)
C.log(a^b) = b * log(a)
D.log(a + b) = log(a) * log(b)

34. A bacterial population grows according to N(t)=N0ekt\displaystyle N(t) = N_0 e^{kt}. If the population triples in 4 hours, what is k?

A.0.25
B.0.34
C.0.40
D.0.25

35. What is the determinant of the matrix [[1, 1], [1, 1]]?

A.0
B.1
C.2
D.Undefined

36. Which operation does not require matching dimensions between matrices?

A.Addition
B.Subtraction
C.Multiplication
D.Finding the determinant

37. If log4(256) = x, find x.

A.4
B.8
C.5
D.6

38. If logb(64)=3\displaystyle log_{b}(64) = 3, what does b equal?

A.4
B.8
C.16
D.2

39. Which of the following matrices is an identity matrix of size 3x3?

A.[[1, 0, 0], [0, 1, 0], [0, 0, 1]]
B.[[0, 1, 0], [0, 0, 1], [1, 0, 0]]
C.[[1, 1, 1], [1, 1, 1], [1, 1, 1]]
D.[[1, 2, 3], [4, 5, 6], [7, 8, 9]]

40. What type of matrix results from multiplying a 3x2 matrix by a 2x5 matrix?

A.3x5 matrix
B.5x3 matrix
C.2x2 matrix
D.2x5 matrix

41. What is log(10000) in base 10?

A.4
B.3
C.2
D.5

42. What is the value of log10(0.1)\displaystyle log_{10}(0.1)?

A.1
B.0
C.-1
D.10

43. True or False: The rows of a matrix can represent vectors in a vector space.

A.True
B.False
C.Only for square matrices
D.Only for rectangular matrices

44. A store keeps track of sales over three months using a matrix. If the sales are represented as \[ \begin{bmatrix} 200 & 150 & 300 \end{bmatrix} \], what does each element represent?

A.Sales in different currencies.
B.Sales in different stores.
C.Sales in different months.
D.Sales in different product categories.

45. If logb(y) = 3, what does y equal?

A.b^3
B.3b
C.b^2
D.y^3

46. A car depreciates by 15% each year. If its current value is $20,000, what will its value be in 3 years?

A.$10,000
B.$12,500
C.$15,000
D.$18,000

47. If E = [[4, 2], [2, 3]], what is the effect of multiplying E by 1/2?

A.The matrix is halved
B.The matrix is doubled
C.The matrix remains unchanged
D.The result is a zero matrix

48. True or False: The product of two matrices can be a 1x1 matrix.

A.True
B.False
C.Only if both are row matrices.
D.Only if both are square matrices.

49. Evaluate log(100) + log(1000).

A.5
B.6
C.3
D.4

50. If log10(x)=2\displaystyle log_{10}(x) = 2, what is x?

A.10
B.100
C.1000
D.10000

51. Which of the following statements about a singular matrix is true?

A.It has a non-zero determinant
B.It is invertible
C.It has a determinant of zero
D.It must be square

52. Which of the following types of matrices are used to represent systems of equations?

A.Row matrices
B.Column matrices
C.Square matrices
D.All of the above

53. If log2(x) = 3, what is x?

A.2
B.4
C.8
D.16

54. Which of the following statements is true?

A.\displaystyle log_{b}(0) = -
B.logb(1)=0\displaystyle log_{b}(1) = 0
C.logb(b)=1\displaystyle log_{b}(b) = 1
D.$All of the above

55. Fill in the blank: A matrix in row echelon form has leading entries of each row in a column to the right of the leading entry of the ____ row.

A.Same
B.Previous
C.Next
D.First

56. What is the result of multiplying a 2x2 matrix by a 2x3 matrix?

A.A 2x3 matrix
B.A 2x2 matrix
C.A 3x2 matrix
D.A 3x3 matrix

57. True or False: log(a^b) = log(a) + b.

A.True
B.False
C.Depends on the base
D.None of the above

58. What is the value of log10(10000)\displaystyle log_{10}(10000)?

A.2
B.3
C.4
D.5

59. If F = [[1, 2, 3], [0, 1, 4], [0, 0, 1]], what type of matrix is F?

A.Upper triangular
B.Lower triangular
C.Diagonal
D.Square

60. Which of the following matrices can be added to the matrix \[ \begin{bmatrix} 1 & 2 \ 3 & 4 \ 5 & 6 \ \end{bmatrix} \]?

A.\[ \begin{bmatrix} 7 & 8 \ 9 & 10 \ \end{bmatrix} \]
B.\[ \begin{bmatrix} 1 & 2 & 3 \ \end{bmatrix} \]
C.\[ \begin{bmatrix} 1 & 2 \ 3 & 4 \ 5 & 6 \ \end{bmatrix} \]
D.\[ \begin{bmatrix} 1 & 2 \ 3 \end{bmatrix} \]

61. If log10(0.1) = x, what is x?

A.-1
B.1
C.0
D.-2

62. A store's sales increase according to the model S(t)=S0ert\displaystyle S(t) = S_0 e^{rt}. If the sales double in 4 years, what is the growth rate r?

A.r = \\frac{log(2)}{4} \approx 0.1733
B.r = \\frac{log(2)}{2} \approx 0.3010
C.r = \\frac{log(2)}{5} \approx 0.1386
D.r = \\frac{log(2)}{3} \approx 0.2218

63. What do we call a matrix that results from swapping two rows of another matrix?

A.Row echelon form
B.Elementary matrix
C.Identity matrix
D.Inverse matrix

64. Which of the following statements about matrix multiplication is NOT true?

A.The order of multiplication matters.
B.Matrices can be multiplied as long as the dimensions align.
C.The product of two matrices can be a scalar.
D.Not all matrices can be multiplied.

Related Study Sets

Create Your Own Study Set

Upload a PDF, paste your notes, or describe a topic – AI generates flashcards, quizzes and more in seconds.