Math, asked by deeptipatel123456789, 6 months ago

Which of the following is not a linear equation:

a) 33x
b) 45(x+y)
c) 44y
d) 32z

pls tell me who will tell me the answer I will mark him/her as branlist. pls its very urgent 4 me......


Answers

Answered by divyanshusingh2306
1

/*

* The pattern in Listing 8-2

*/

import java.util.Scanner;

import java.io.File;

import java.io.IOException;

class SomeClassName {

public static void main(String args[])

throws IOException {

Scanner scannerName =

new Scanner(new File("SomeFileName"));

//Some code goes here

scannerName.nextInt();

scannerName.nextDouble();

scannerName.next();

scannerName.nextLine();

//Some code goes here

scannerName.close();

}

}

Answered by udhay44
1

Answer:

I think all r linear equations bcoz the highest power of variables involved is 1.

hope it helps u...

plz mark as brainliest...

Similar questions