aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Linear Equations in Two Variables
  • For which of the following values of k are the linear equ...
Multiple choice

For which of the following values of k are the linear equations 3x - 4y - 5 = 0 and 9x - 12y - k = 0 consistent?

  1. 6

  2. 9

  3. 12

  4. 15

  5. 18

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

A pair of linear equations is consistent if it has a solution, either a unique or infinitely many. 

Keep practicing — related questions

  • For what values of 'k' will the pair of equations 3x + 4y = 12 and kx + 12y = 30 not have a unique solution?
  • int testarray[3][2][2] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}; What value does testarray[2][1][0] in the...
  • Which of the following determine India's fertility rate? 1. Religious importance of the male child 2. Socia...
  • int i,j; int ctr = 0; int myArray[2][3]; for (i=0; i<3; i++) for (j=0; j<2; j++) { myArray[j][i] = ctr; ++c...
  • void myFunc (int x) { if (x > 0) myFunc(--x); printf(%d, , x); } int main() { myFunc(5); return 0; } What w...
  • Which of the following statements allocates enough space to hold an array of 10 integers that are initializ...
  • int a [8] = { 0, 1, 2, 3 }; The definition of a above explicitly initializes its first four elements. Which...
  • x = 3, counter = 0; while ((x-1)) { ++counter; x--; } Referring to the sample code above, what will be the ...
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Linear Equations (153 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy