Sie sind auf Seite 1von 3

insert into js.factorquestion (quesID, question, answer) values ('q1', '5 is a f actor of 15 ?', '1'); insert into js.

factorexplain (answerID, explain) values ('q1', 'All the factors of 15 are 1, 3, 5 and 15.'); insert into js.factorquestion (quesID, question, answer) values ('q2', '3 is a f actor of 12 ?', '1'); insert into js.factorexplain (answerID, explain) values ('q2', 'All the factors of 12 are 1, 2, 3, 4, 6, 12.'); insert into js.factorquestion (quesID, question, answer) values ('q3', '12 is a factor of 18 ?', '2'); insert into js.factorexplain (answerID, explain) values ('q3', 'All the factors of 18 are 1, 2, 3, 6, 9 and 18.'); insert and 15 insert ors of into js.factorquestion (quesID, question, answer) values ('q4', '1, 3, 5 is odd factor of 30 ?', '1'); into js.factorexplain (answerID, explain) values ('q4', 'All the odd fact 30 are 1, 3, 5, 15.');

insert into js.factorquestion (quesID, question, answer) values ('q5', '4 is a s quare factor of 16 ?', '1'); insert into js.factorexplain (answerID, explain) values ('q5', 'Square factors o f 16 is 4 only.'); insert into js.factorquestion (quesID, question, answer) values ('q6', 'LCM of 6 and 4 = 12 ?', '1'); insert into js.factorexplain (answerID, explain) values ('q6', 'Find the prime f actorization of the two numbers. 6 = 2 x 3 4 = 2 x 2 A common multiple may be found by multiplying the two numbers 6 and 4. However i t may not be the lowest. Let us multiply the two numbers in factored form : (2 x 3) x (2 x 2). One factor 2 is counted twice and therefore has to be taken out of one term of the product if we want our common multiple to be the lowest. The LCM of 4 and 6 = 3 x (2 x 2) = 12.');'); insert into js.factorquestion (quesID, question, answer) values ('q7', 'LCM of 2 0 and 24 = 240 ?', '2'); insert into js.factorexplain (answerID, explain) values ('q7', '20 = 2 x 2 x 5 24 = 2 x 2 x 2 x 3 The product of 20 and 24 is given by (2 x 2 x 5) x (2 x 2 x 2 x 3) 2 x 2 is counted twice and therefore has to be taken out of one term and so the LCM is given by LCM = (5) x (2 x 2 x 2 x 3) = 120 '); insert into js.factorquestion (quesID, question, answer) values ('q8', 'GCF of 6 and 4 = 4 ?', '2'); insert into js.factorexplain (answerID, explain) values ('q8', 'GCF of 6 and 4 = 4 ?', '2','6 = 2 x 3 4 = 2 x 2 2 is a common factor to both 6 and 4 and it is the highest. So the GCF of 6 and 4 is equal to 2.'); insert into js.factorquestion (quesID, question, answer) values ('q9', 'GCF OF 2 0 and 24 = 4 ?', '1'); insert into js.factorexplain (answerID, explain) values ('q9', '20 = 2 x 2 x 5 24 = 2 x 2 x 2 x 3

The greatest common factor of 20 and 24 is the product of all common factors 2 x 2 = 4. '); insert into js.factorquestion (quesID, question, answer) values ('q10', 'GCF of 172 and 817 = 43 ?', '1'); insert into js.factorexplain (answerID, explain) values ('q10', '172 = 2*2*43 an d 817 = 19*43 so their gfc is 43'); insert into js.factorquestion (quesID, question, answer) values ('q11', 'GCF 11, 16, 18, 14 = 2', '2'); insert into js.factorexplain (answerID, explain) values ('q11', 'gcf of 11 16 18 and 14 is 1'); insert into js.factorquestion (quesID, question, answer) values ('q12', 'GCD of (12,60) = 12', '1'); insert into js.factorexplain (answerID, explain) values ('q12', 'The common divi sors of 12 and 60 are 1,2,3,4,6,12. Out of these 12 is the greast common divisor(GCD) So GCD of 12 and 60 is 12'); insert into js.factorquestion (quesID, question, answer) values ('q13', '4 is a multiple of 36 ?', '1'); insert into js.factorexplain (answerID, explain) values ('q13', '4 is the factor of 32 ... 4, 8,12, 16, 20 ,24, 28 , 32, 36 also is the multiple of 36'); insert into js.factorquestion (quesID, question, answer) values ('q14', 'The LCM of 16 and 8 is 8.', '2'); insert into js.factorexplain (answerID, explain) values ('q14', 'The LCM of 16 a nd 8 is 16..'); insert into js.factorquestion (quesID, question, answer) values ('q15', 'The gre atest common denominator for 8, 12 using prime factorization method is 4.', '1') ; insert into js.factorexplain (answerID, explain) values ('q15', 'First we have t o find the prime factor for each number Prime factor for 8 = 2, 2, 2 Prime facto r for 12 = 2, 2, 3 Here the common terms for both = 2, 2 Therefore the gcf of gi ven number is = 2 * 2 = 4 '); insert into js.factorquestion (quesID, question, answer) values ('q16', 'The gre atest common factor for 25,125 is 25', '1'); insert into js.factorexplain (answerID, explain) values ('q16', 'First we have t o find the prime factors for each Prime factor for 25 = 5, 5 Prime factor for 12 5 = 5, 5, 5 Here the common term = 5, 5 Therefore the gcf of 5, 125 = 5 * 5 = 25 '); insert into js.factorquestion (quesID, question, answer) values ('q17', 'The gre atest common factor for 24, 126, and 78 is 2.', '2'); insert into js.factorexplain (answerID, explain) values ('q17', 'First we have t o find the prime factor for each one Prime factor for 24 = 2, 2, 2, 3 Prime fact or for 126 = 2,3,3,7 Prime factor for 78 = 2,3,13 Here the common factor is 2, 3 Therefore the gcf of given number is 2 * 3 = 6 ');

insert into js.factorquestion (quesID, question, answer) values ('q18', 'The gre atest common factor for 34, 128, and 82 is 2', '1'); insert into js.factorexplain (answerID, explain) values ('q18', 'First we have t o find the prime factor for each one Prime factor for 34 = 2, 17 Prime factor fo r 128 = 2,2,2,2,2,2,2 Prime factor for 82 = 2, 41 Here the common factor is 2 Th erefore the gcf of given number is 2 '); insert into js.factorquestion (quesID, question, answer) values ('q19', 'The gre atest common factor of 8 and 14 is 6.', '2'); insert into js.factorexplain (answerID, explain) values ('q19', 'Greatest common factor of 8 and 14 is 2'); insert into js.factorquestion (quesID, question, answer) values ('q20', 'The gre atest common factor of 9 and 27 is 9.', '1'); insert into js.factorexplain (answerID, explain) values ('q20', 'Greatest common factor of 9 and 27 is 9'); insert into js.factorquestion (quesID, question, answer) values ('q21', 'The gre atest common factor of 15 and 35 is 15.', '2'); insert into js.factorexplain (answerID, explain) values ('q21', 'Greatest common factor of 15 and 35 is 5');

insert into js.factorquestion (quesID, question, answer) values ('q22', 'The gre atest common factor of 36, 52, and 40 is 4.', '1'); insert into js.factorexplain (answerID, explain) values ('q22', 'Prime factoriza tion of 36 = 2 * 2 * 3 * 3 Prime factorization of 52 = 2 * 2 * 13 Prime factoriz ation of 40 = 2 * 2 * 2 * 5 The common factors in the prime factorization are 2 * 2 So, 4 is the greatest common factor of 36, 52, 40.');

insert into js.factorquestion (quesID, question, answer) values ('q23', 'The gre atest common factor of 20 and 35 is 5.', '1'); insert into js.factorexplain (answerID, explain) values ('q23', 'Prime factoriza tion of 20 = 2 * 2 * 5 Prime factorization of 35 = 5 * 7 Here, 5 is the common t erm. So, 5 is the greatest common factor of 20 and 35. '); insert into js.factorquestion (quesID, question, answer) values ('q24', 'The lea st common multiple of 6 and 9 is 18.', '1'); insert into js.factorexplain (answerID, explain) values ('q24', 'Multiples of 6 = 6, 12, 18, 24, 30 Multiples of 9 = 9, 18, 27, 36, 45 Here, 18 is the lowest co mmon number in the multiples of 6 and 9 So, 18 is the least common multiple of 6 and 9. ');

Das könnte Ihnen auch gefallen