Two charges, -8 C and -4C are positioned 10 meters from each other. What does the -8C feel as a result of the -4C?
Four coins are tossed.Let T be the random variable representing the number of tails that occur.find the values of the random variable T
Design a web page using HTML and CSS for a Music store. Add suitable background image.
1. Add links which can take to some description about song.
2. At the bottom mention the links for shopping, store, career and contact details
program to find the sum of even numbers in python
What number sequence will be displayed at the output of the following program?
1 public class Confusing {
2 public static void method2() {
3 method1();
4 System.out.print("2");
5 }
6
7 public static void method3() {
8 method2();
9 System.out.print("3");
10 method1();
11 }
12
13 public static void method1() {
14 System.out.print("1");
15 }
16
17 public static void main(String[] args) {
18 method1();
19 method3();
20 method2();
21 method3();
22 }
23 }
Create a class Teacher(Tid, Tname, Designation, Salary, Subject). Write a Java program to accept the details of ‘n’ teachers and display the details of teacher who is teaching Java Subject.(Use array of Object)
1. How much work is required to move a charge of 4nC from a point 2m away to a
point 0.5 m away from a point charge of 60nC? What is the potential difference
between these points?
2. An electron is accelerated from rest through a potential difference of 15V. What is the change in electric potential energy of the electron?
3. Two-point charges Q1 = 4.5 μC and Q2 = 8.5 μC are initially very far apart. They are then brought together, with a final separation of 3.5 mm. How much work does it take to bring them together?
4. A 0.500 cm diameter plastic sphere, used in a static electricity demonstration, has a uniformly distributed 40.0 pC charge on its surface. What is the potential near its surface?
3. The mean salary of ten employees is Php 32,000, and the median is Php 30,000. The highest-paid
employee gets a Php 5,000 raise.
a. What is the new mean salary of the ten employees?
b. What is the new median salary of the ten employees
1.Specify the set A by listing its elements, where
A = {x: x is a whole number less than 100 and divisible by 16}.
2. Specify the set B in set-builder form by giving a written description of its elements,
where B = {0, 1, 4, 9, 16, 25}.
3. Consider
A = {m, a,t, h} C = {x: x = 3n, 1 ≤ n ≤ 4, n ∈ N}
B = {s,t, e, m} D = {x: x = 2n, 1 ≤ n ≤ 6, n ∈ N}
a. What is A ∩ B? b. What is C ∪ D?
5. Solve the following problem using a Venn diagram: Consider the following data
among 110 students in the college dormitory: 30 students are on a list A (taking
Accounting); 35 students are on a list B (taking Biology); and 20 students are on both
lists. Find the number of students:
a. on list A or B
b. on exactly one of the two lists
c. on neither list
A. Write the missing term/s in the given series of numbers.
1. Find the next three terms in: 14, 10, 6, 2, ? , ? , ? .
2. Find the
th 35
term in the arithmetic sequence
3, 9, 15, 21, ? .
3. Find the next two terms in the sequence:
5, 2, 8, 3, 11, 4, 14, 5, 17, 6, ? , ? .
4. Find the next number:
2, 3, 4, 6, 6, 9, 8, ? .
5. What should become in place of x in the following series:
2, 2, 4, 12, 48, 240, x?
6. Identify the next number in the following series
2, 8, 26, 62, 122, 212, ? .
7. What is the next number in the pattern
4, 12, 36, 108, ? .