0% found this document useful (0 votes)
127 views

Math

1. The document provides examples of solving various math problems involving equations, conversions between number systems (binary, hexadecimal, decimal, octal), and finding unknown variables using techniques like substitution and elimination. 2. Specific examples include converting between number systems, solving linear equations for single and multiple unknowns, performing arithmetic in binary, and evaluating expressions. 3. The questions provide the work or steps to solve each problem, with multiple choice answers to select the correct solution.

Uploaded by

Muhammad Farhan
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
127 views

Math

1. The document provides examples of solving various math problems involving equations, conversions between number systems (binary, hexadecimal, decimal, octal), and finding unknown variables using techniques like substitution and elimination. 2. Specific examples include converting between number systems, solving linear equations for single and multiple unknowns, performing arithmetic in binary, and evaluating expressions. 3. The questions provide the work or steps to solve each problem, with multiple choice answers to select the correct solution.

Uploaded by

Muhammad Farhan
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 31

adam

1) Solve the equation 9(x+3) + 35 = 25x + 30 (x-1)


a. x=2 d. x=5
b. x=3 e. x=1/2
c. x=4

answer: 9x + 27 + 35 = 25x +30x-30 9x + 62 = 55x – 30


30 + 62 = 55x – 9x 92 = 46x
2=x (a) x= 2

2) Convert the following hexadecimal to binary bits 2 AE


a. 0010 1001 1110
b. 0010 1010 1110
c. 1010 1010 1010
d. 1010 0101 1111
e. 0001 0111 0011

Answer: 2 = 0010 E= 1110 A=1010 (a) 0010 1001 1110

3) Convert the following decimal number to BCD 95


a. 1001 0100
b. 1001 0101
c. 0010 0001
d. 0101 0101
e. 0111 1111

Answer: 9 = 1001 5 = 0101 (b) 1001 0101

4) Convert the following octal number to binary 42s


a. 100010101
b. 1100010101
c. 1010010101
d. 010010010
e. 001010001

Answer: 4 = 0100 2 = 0010 s = 0101 (a) 100010101

5) Solve the following equation by subtitution 4x – 34 = 18 x + 24 = -1


a. x = 1 y = 1
b. x = 2 y = 2
c. x = 3 y = -2
d. x = 3 y = 3
e. x = 4 y = 4
6) Solve the following equation by subtitution 3a + 4b = 5 5b – 2a =
12
a. a = -1 b = 2
b. a = 2 b = 2
c. a = 3 b = 3
d. a = 4 b = 4
e. a = 5 b = 5
jimmy
7) 12x + 6 = 2x + 11 find x!
a. 2
b. 3
c. 4
d. 5
e. 6
8) 3(x + 4) = -3(2x + 1) find x!
a. 3
3
b. 5
5
c. 3
5
d. - 3
3
e. − 5
9) 2x – y = 5 x – 2y = 4 find x & y!
a. {[2, -2]}
b. {[1, -2]}
c. {[2, -1]}
d. {[2, 2]}
e. {[1, 1]}
10) -2x – 3y = -10 -4x + y = -6
a. {[1, 1]}
b. {[1,2]}
c. {[2, 1]}
d. {[2, 2]}
e. {[3, 3]}

11) Find x & y by using subtitution method 2x – y = 5 3x + 2y =


7
a. {[7, 1]}
b. {[7, 2]}
1 7
c. {[7 , 1]}
7 1
d. {[1 , 7]}
17 7
e. {[ 7 , − 1]}

12) 3x + 4y = 11 x + 7y = 15
a. (1,2) d. (2,1)
b. (1,3) e. (3,1)
c. (1,1)

13) Convert 124 to binary


a. 1111100
b. 11101110
c. 11111100
d. 11101110
e. 11011011

Ici
14) 14x + 4 = x – 22 find x!
a. x = 10
b. x = -4
c. x = -2
d. x = 3
e. x = 5

15) 12 + 2x = 8 find x!
a. x = 2
b. x = -2
c. x = 7
d. x = -4
e. x = 5

16) convert 144 to binary


a. 10010100
b. 11000011
c. 10010000
d. 00101101
e. 11111000

17) Convert 2844 to hexal


a. 14C
b. 90E
c. B1C
d. C1D
e. CC4

18) Convert 140401 to octal


a. 422161
b. 2244151
c. 421121
d. 446122
e. 461261

19) Solve the following equator by elimination 4x + 6y = 22


8x + 4y = 20
a. x = 1, y = 3
b. x = 2, y = -1
c. x = 0, y = 2
d. x = 1, y = 1
e. x = 2, y = 2

20) Solve the following equator by subtitution 6x – 4y = 14


2x + 4 y = 10
a. x = 2, y = 2
b. x = -1, y = 0
c. x = 3, y = 1
d. x = 0, y = 1
e. x = 4, y = -4

Natasya
3 6
21) 24 ( 4-2x) = 14 (6𝑥 + 1) solve the equation
147
a.
114
147
b.
119
148
c.
113
148
d.
117
148
e.
119

22) Convert 258 to binary


a. 100011001
b. 101000010
c. 101001001
d. 100000010
e. 101010000

23) The result of 51+52 in binary is?


a. 1010001
b. 1010011
c. 1010010
d. 1011001
e. 10101001

24) Convert 4BF to binary


a. 011 1010 1110
b. 0100 1011 1011
c. 0101 1101 1101
d. 0010 1001 1001
e. 0100 1011 1111

25) Convert 100010011 to octal


a. 421
b. 423
c. 435
d. 422
e. 424

26) Convert the following BCD number to Decimal 011101101001


a. 760
b. 780
c. 769
d. 779
e. 789

27) 8a – 4b = 36 6a + 3b = 48
Solve this equation and find the a and b!
75 38
a. ,
4 5
76 37
b. ,
4 4
75 39
c. ,
8 4
77 38
d. ,
8 5
75 39
e. ,
9 4

28) x + 4y = 12 x + 2y = 8 solve this equation using subtitution and find x and


y
a. 1,4
b. 2,4
c. 2,1
d. 2,3
e. 4,2
29) Find the invers of x
20𝑥 + 4 = 16𝑥 + 20

a) X=2
b) X=3
c) X=5
d) X=6
30) Linear
2(4𝑥 − 1) = 42
Find x!!!
a) X=7
b) X=8
c) X=9
d) X=10
e) X=5

31) Convert 164 to binary


a) 11000100
b) 11100100
c) 10010011
d) 10100100
e) 11110001

32) Convert 101111 to octal


a) 47
b) 57
c) 67
d) 74
e) 75

33) Elimination
3𝑥 = 2𝑦
4𝑥 + 𝑦 = −11
Find x and y!!!
a) 𝑋 = 2
𝑌=3

b) 𝑋 = −2
𝑌 = −3
c) 𝑋 = 3
𝑌=2
d) 𝑋 = −3
𝑌 = −2
e) 𝑋 = 4
𝑌=2

34) Substitution
𝑎−𝑏 =8
𝑎 + 𝑏 = 12
Find a and b!!!
a) 𝑎 = −10
𝑏 = −2
b) 𝑎 = −2
𝑏 = −10
c) 𝑎 = 10
𝑏=2
d) 𝑎 = 11
𝑏=3
e) 𝑎 = −11
𝑏 = −3

35) The result of 51+52 in binary is


a) 1011001
b) 1010011
c) 1000110
d) 0100100
e) 0101001

36) Solve 2(3 − 2𝑥) = 4


5 5
a) d)
4 8

5 5
b) e)
2 10
5
c)
6

37) Convert 110011 to octal


a) 60
b) 61
c) 62
d) 63
e) 64

38) Convert F3DA to decimal


a) 62426
b) 66466
c) 64646
d) 66644
e) 62462
39) Convert 00110001 to decimal
a) 35
b) 34
c) 33
d) 32
e) 31

40) Find the value of x when


4𝑥 3 = −33

a) -2
b) 3
c) -4
d) 5
e) -6

41) Solve the following equation! Find the x!


9𝑥 + 2𝑦 = 6

3𝑥 − 𝑦 = 7
3
a)
3
4
b)
3

3
c)
6

4
d)
6

6
e)
6

42) Solve
3𝑥 + 𝑦 = 20
2𝑥 + 3𝑦 = 18
Find x and y!!!
a) 6,2
b) 8,4
c) 10,6
d) 12,8
e) 14,10

43) Solve
2𝑥 + 3𝑦 = 12
𝑥+𝑦 =5
Find x and y!!!
a) 3,3
b) 3,2
c) 5,3
d) 5,2
e) 3,5

44) Convert 111100 to octal


a) 70
b) 71
c) 72
d) 73
e) 74

1
45) Solve (4𝑥 − 3𝑥) = 14
4
a) 10
b) 9
c) 8
d) 7
e) 6

46) Convert 451 to binary


a) 110001011
b) 111000011
c) 011000111
d) 111101001
e) 101011100

47) Convert 111010 to octal


a) 62
b) 72
c) 82
d) 52
e) 92

48) The result of 52+53 in binary is


a) 1010101
b) 0101001
c) 1011110
d) 0010000
e) 1111011

49) Convert C23D to decimal


a) 49725
b) 50725
c) 49835
d) 49726
e) 49525

50) Substitution
2𝑥 + 4𝑦 = 8
𝑥 + 3𝑦 = 10
Find x and y!!!

a) 2,-2

b) 4,-8

c) -8,2

d) -8,6

e) -8,-8

51) Substituion

𝑥 + 2𝑦 = 1

2𝑥 + 𝑦 = 8

Find x and y!!!


a) 2,-2

b) 5,-2

c) 1,5

d) -2,-2

e) 5,-5

52) Elimination

3𝑥 + 4𝑦 = 10

𝑥 + 2𝑦 = 8

Find x and y!!!

a) 1,-9

b) 26,-9

c) -9,26

d) -9,1

e) -9,-9

53) Linear
3x + 5 = 20 ?
a. 1
b. 2
c. 10
d. 20
e. 5

54) Linear
15x + 20 = 10x + 30 ?
a. 10
b. 5
c. 2
d. 7
e. 8

55) Find a solution from 2x + 2y = 4 and 3x + y = 6


a. {2,0}
b. {0,2}
c. {-2,0}
d. {3,0}
e. {0,3}

56) x and y valves satisfy the equation x + 5y = 13 and 2x – y = 4?


a. 2 & 3
b. 3 & 2
c. 4 & 6
d. 1 & 2
e. 5 & 4

57) Convert 1010001 to decimal


a. 81
b. 82
c. 88
d. 79
e. 78

58) Convert 72 to binary


a. 1010001
b. 1001000
c. 1100110
d. 1001110
e. 1110011

59) Convert 6 to binary


a. 100
b. 010
c. 110
d. 001
e. 101

60) Convert 10110 to decimal


a. 23
b. 24
c. 25
d. 22
e. 21

61) Linear
5
(2𝑥 − 1) = 8 ?
2
𝑎. 1,8

𝑏. 1,9

C.2

d.2,
1

e.2,
3

62) 𝑙𝑖𝑛𝑒𝑟 7𝑥 +
2=
5𝑥 +
6?
a. 6
b. 5
c. 3
d. 2

63) Convert 164 to decimal


a. 10101010
b. 10101100
c. 11100100
d. 10100100
e. 11010000

64) Convert 3664 to heksal


a. A01
b. E50
c. E55
d. E11
e. B12

65) Convert 2558 to octal


a. 4772
b. 4776
c. 4778
d. 4773
e. 4771

66) Convert 43 to BCD


a. 01000011
b. 01110011
c. 01000011
d. 01001100
e. 11100011

67) Find x and y with elimination


x + 4y = 12
x + 3y = 9

a. x = 1, y = 2
b. x = 0, y = 3
c. x = 0, y = 3
d. x = 3, y = 0
e. x = 2, y = 0

68) Find x and y with substitution


2x + 4y = 8
2x + 6y = 12

a. 1, 2
b. 2, 0
c. 0, 2
d. 1, 2
e. 2, 1
69) Convert 135 to binary
a. 10011100
b. 10010111
c. 10000111
d. 01101001
e. 10111001
70) Convert 2334 to hexal
a. 41A
b. 29B
c. 14C
d. 50A
e. 91E
71) Convert 2541 to octal
a. 5141
b. 4713
c. 4715
d. 1214
e. 4775
72) Convert 34 to BCD
a. 01000011
b. 00110100
c. 01010100
d. 01100110
73) 2x+4y =7 x?
2x+y=2 y?
a. X=1, Y=2
1 5
b. X= , Y=
3 3
1 5
c. X= , Y=
6 3
5 1
d. X= , Y=
3 6
5 1
e. X= Y=
6 3
74) x+y =4 x?
2x+y=2 y?
a. X = -2 , Y = 6
b. X = 6 , Y = -2
c. X = 3 , Y = -1
d. X= -1 , Y = 3
e. X=0 , Y = 2
75) 2x+8=14 find x ?
a. 1
b. 2
c. 3
d. 4
e. 5
76) Solve, 2x + 3y = 6 and x – y = 3. with elimination metote !
a. {(3, 2)}
b. {(5, 2)}
c. {(3, 5)}
d. {(5, 3)}
e. {(3, 1)}
77) Solve, 2x + 3y = 6 and x – y = 5 with substitution metode !
a. {(4, 0)}
b. {(3, 0)}
c. {(2, 0)}
d. {(1, 0)}
e. {(0, 0)}
78) Decimal to biner
Solve, 545(2) = ....(10)
a. 1100100010
b. 1010100000
c. 1110000110
d. 1000100001
e. 1001110001
79) Biner to decimal
Solve, 1100100(10) = ….(2)
a. 500
b. 400
c. 300
d. 200
e. 100
80) Convert and add
Solve, 45 + 40 in biner
a. 1010101
b. 1000101
c. 1010101
d. 1001001
e. 1101100
81) 3x + 2 = 2x – 3, find x
a. -5
b. 5
c. -4
d. -4
e. 1
82) Convert the following binary bits to hexadecimal code, FC;
a. 1000 1111
b. 1111 1100
c. 1010 1000
d. 1100 1001
e. 1000 1110
83) Convert the following BCD number to decimal, 0100 1110
a. 45
b. 46
c. 47
d. 48
e. 49
84) Solve 4x – 3 = 3x + 4 find the value of x ….?
a. 5
b. 6
c. 7
d. 8
e. 9
85) Evaluate and express the answer in standard form
1.578 𝑥 10−3 − 1.573 𝑥 10−3
a. 5.10−4
b. 5.10−2
c. 5.10−3
d. 5.10−1
e. 5.10−5
86) CONVERT THE FOLLOWING binary numbers to decimal
100111001
a. 313 b. 310 c. 311 d. 314
87) Convert the following binary numbers to octal 101001001111
a. 5118 b. 5117 c. 5711 d. 5171
e.5111
88) Convert vocatl numbers to binary 1265
a. 1010110101
b. 1101010011
c. 1011001001
d. 1100011001
e. 1010011001

89) Convert 1111110000 to hexsadesimal


A. F30 b. 3F0 c. F03 d. 30F e. F2D
90) Solve the following equantions with substitution 2x +6y = -6
and 2x-8y =8
Find the value of y ?
a. -2 b. 2 c. 0 d.1 e. -1
91) Solve the following equation with elimination and find x and y
of 4x +8y=12 and 4x+12y=16
a. 2 and 0
b. 1and 2
c. 2 and 1
d. 1 and 1
e. 0 and 1
1
92) Solve (3𝑥 − 1) = 7
2
a. X =4
b. X =10
c. X =6
d. X =5
e. X =9
𝑥2𝑦
93) Simplify 1
𝑦2𝑥5
1
𝑌2
a.
𝑥3
𝑌
b.
𝑥2
𝑋3
c. 1
𝑌2
𝑋
d.
𝑌
e. x.y
94) convert 1001001 to decimal
a. 63
b. 71
c. 73
d. 76
e. 80
95) Convert 50 to binary
a. 110010
b. 101011
c. 010111
d. 010011
e. 010111
96) Convert 322(8) to binary
a. 011010010
b. 010010110
c. 010110010
d. 100100110
e. 101100010
97) Solve x+y =5 and x-y = 2
1 1
a. X=3 𝑌=
2 2
b. X=1 Y=2
c. Y=2 X=1
d. Y=3 X=2
e. Y=1 X=4
98) Solve 3x = 2y and 4x + y = -11
a. X=-2 y=-3
b. X=2 y=3
c. X=3 y=2
d. X=1 y =2
e. Y =2 x=1
99) Find value of t 2s +3t =5
S+t=2
a. t=1 b.t=2 c.t=3 d. t=4 e. t=5
100) solve of 3x +4 =17
1
a. 4
3
2
b. 3
4
1
c. 13
3
1
d. 2
3
2
e. 4
4

101) Find value of X from this equation 3x+4=13


a) 8
b) 7
c) 6
d) 5
e) 3
102) Find value of Y from this equation 6y + 4 = 40
a) 7
b) 6
c) 5
d) 4
e) 15
103) Convert 100 to binary!
a) 1100100
b) 100101
c) 111000
d) 000101
e) 110001
104) Convert 3537 to BCD!
a) AA0
b) BB0
c) CC0
d) DD0
e) EE0
4𝑥 + 3𝑦 = 17
105) Find value of x and y from this equation {
2𝑥 + 4𝑦 = 16
a) X=1, y= 3
b) X= 3, y= 2
c) X= 2, y=3
d) X=5, y=3
e) X=1, y=5
2𝑥 + 3𝑦 = 10
106) Find value of x and y from this equation{
𝑥 − 3𝑦 = 5
a) X= 5. Y=1
b) X=2, y= 0
c) X= 5, y = 0
d) X= 10, y =1
e) X= 1, y = 2
2𝑥 + 3𝑦 = 1
107) Find value x and y from this equatin {
4𝑥 + 3𝑦 = 20
a) X = 3,5 y = 2,5
b) X = 3,5 y = -2
c) X = 2, y = 2
d) X =1, y= 2
e) X= 2, y = 3
108) 8X + 8 = 4X + 12. X=.....
a. 1 c. 4 e. 12
b. 2 d. 8

109) 2(4X + 8) = 24. X =.....


a. 1 c. 4 e. 12
b. 2 d. 8

110) Convert 276 to binary.....


a. 100010100
b. 100010101
c. 100101010
d. 100000100
e. 101010101

111) Convert 2122 to octal.....


a. 1112 c. 4112 e. 1212
b. 2112 d. 2110
112) Convert 1717 to hexadecimal.....
a. 6a5 c. 6c5 e. 6e5
b. 6b5 d. 6d5

113) Convert 93 to BCD.....


a. 10100011
b. 10001100
c. 11001001
d. 10010011
e. 10101001

114) Find X and Y!


X + 2Y = 1
2X + 4 = 8
a. X=5, Y=4 d. X=4, Y=5
b. X=4, Y=4 e. X=5, Y= -2
c. X=5, Y=2

115) Find X and Y!


2X + 8Y = 4
X + 2Y = 8
a. X=7, Y=14 d. X=14, Y= -3
b. X= 14, Y= 7 e. X=13, Y=6
c. X=7, Y=6
116) Convert the following binary to hexadecimal!
1100 1011 1010 0001 10001
a. CBA19 d. CCB18
b. BCA19 e. BCC19
c. CCA19

117) Convert the following binary to octal!


111 100 110 101
a. 1325 c. 4765 e. 7325
b. 1265 d. 7465

118) Sum the binary!


1100 + 0101 =.....
a. 01100 c. 11001 e. 01110
b. 10001 d. 10101
119) Find the X!
5X + 5 = 40
a. 5 c. 7 e. 9
b. 6 d. 8

120) Find the X!


6X + 2 = 20
a. 4 c. 6 e.7
b. 5 d. 3

121) Find the X!


9X + 28 = 100
a. 8 c. 3 e.1
b. 5 d. 2

122) Solve the equation!


3a + b = 5
2a + b = 5
a. {2,1} c. {1,1} e. {2, -1}
b. {1,2} d. {2,2}

123) Solve the equation!


2x + 3y = 1
4x + 3y = 20
7 7
a. {2, -2} c. {2, -2} e. {4, 3}
2
b. {7, 2} d. {-2, 3}
124) Find the X!
5X + 7 = 3X + 11
a. 5 c. 3 e. 1
b. 4 d. 2

125) Find the X!


14 – X = 6X
a. 2 c. 6 e. 10
b. 4 d. 8

126) Convert the following octal number to binary!


555
a. 111001011
b. 101101101
c. 100011011
d. 110001101
e. 100100101

127) Solve the following equation by substitution!


6x + 24y = 18
2x + 6y = 24
a. x=23, y=5 d. x=16,y=10
b. x=18, y=9 e. x=15, y=10
c. x=17, y=9

128) Convert 123 to binary.....


a. 1111011
b. 1101101
c. 1011111
d. 1001011
e. 1101011

129) Solve the following equation by elimination!


7x + 3y = 15
4x + y = 10
a. x=2, y=1 d. x=1, y=3
b. x=2, y=3 e. x=2, y=2
c. x=3, y=2

130) Find the X!


7X – 11 = 3X + 5
a. 3 c. 5 e. 7
b. 4 d. 6

131) Convert 2896 to hexadecimal.....


a. A50 c. C50 e. E50
b. B50 d. D50

132) 20x +2 = 18x + 20


Find x ?
a. X = 10
b. X = 9
c. X = 10
d. X = 11
e. X = 12
133) 2(3x-1) = 38
Find x ?
a. X = 8
b. X = 12
c. X = 10
d. X = 13
e. X = 6
134) Convert 114 to binary
a. 1110010
b. 10101010
c. 11011001
d. 10111001
e. 11111111
135) Convert and add 38 +39
a. 1001001
b. 1001101
c. 1110011
d. 1001111
e. 1111111
136) Convert BCD (00110100) to decimal
a. 34
b. 36
c. 38
d. 40
e. 49
137) Solve the follow equator by elimination
4x + 2y = 20
2x + 2y = 12
a. x =2, y = 2
b. x =4, y = 2
c. x =4, y = 3
d. x =4, y =5
e. x = 2, y = 4
138) convert biner (1101) to decimal !
a. 11
b. 12
c. 13
d. 14
e. 15
139) Solve the follow equator by substitution
3x – 2y =10
4x + 2y = 8
a. x = -2, y = 2
b. x = 2 , y = 2
c. x = -2, y = -2
d. x = -2, y = 3
e. x = 2 , y = -3
140) convert deimal (35) to biner
a. 100011
b. 100101
c. 101010
d. 100010
e. 100110
141) Convert decimal (35) to octa
a. 67
b. 78
c. 43
d. 41
e. 53
142) Convert decimal (35) to hexsa
a. 23
b. 22
c. 21
d. 20
e. 24
143) Convert okta (107) to decimal
a. 48
b. 48
c. 35
d. 71
e. 80
144) Convert okta (107) to hexsa
a. 46
b. 47
c. 48
d. 98
e. 57
145) Convert okta (107) to biner
a. 001000111
b. 001100100
c. 100011100
d. 010001110
e. 100001110
146) Convert hexsa (314) to decimal
a. 788
b. 766
c. 888
d. 988
e. 787
147) Convert hexsa (314) to okta
a. 1424
b. 1324
c. 1224
d. 1442
e. 1423
148) Convert hexsa (314) to biner
a. 1100010100
b. 1100010010
c. 0010101010
d. 1111111111
e. 010101010
149) Convert biner (110001) to hexsa
a. 31
b. 32
c. 33
d. 34
e. 35
150) Convert biner (110001) to okta
a. 61
b. 62
c. 66
d. 52
e. 51

You might also like