answersLogoWhite

0

Alkali Metals.

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Natural Sciences
Related Questions

What are Tier II cities in India?

They are smaller cities, under 1 million in population. Some such cities are Thiruvananthapuram and Mangalore, Nashik, Bhopal, Jalandhar, Amritsar, Dehra Dun, Rudrapur, Raipur, Rishikesh-Haridwar, etc..


What is 1a plus 1b?

1a + 1b because they are different terms and could not be added together. But 1a × 1b would be 1


One brick is the one kilogram plus half a brick heavy What is the weight of one brick?

2 kg (1b=1kg+1/2b, 1/2b=1kg, 1b=2kg)


What is the factor of 2b - b - 10?

-8


What part of the base is measured from when measuring first base to second base?

It is 90 feet from the tip of home plate to the front edge of 1B and 3B. The 90-foot distance from 1B or 3B to 2B is measured from the foul line to the center of the 2B bag.


Factor 2b2 plus 10b plus 12?

The Answer to this question is 9 (2B+4) and (1B+3)


What is the correct way to simplify a-2b-1b-1?

By collecting like terms and so it is a-3b-1 when simplified


What are eight records that are kept on a batter?

at-bats, 1B, 2B, 3B, HR, RBIs, AVG., OBP. (on-base percentage)


What is 2b multiple 3 plus b?

2B Multiplied by 3 plus B = 7B. Here is how it's worked out. You start with 2B, multiply that by 3 and you get 6B. Now all you have to do is add the last B, therefore adding 1B to equal 7B.


H-1B VisaH1-B1 VisaH-1C VisaH-2A VisaH-2B VisaH-3 Visa?

If you can tell me what you are saying I can tell you the answer


How to merge two single linked list using c?

Here is the java version, C should be similar // merges two Singly linked lists A and B, both sorted in increasing order of integers . // Return a Singly linked list sorted in increasing order // for ex if A = 1->2->3->6 and B = 2->4->7, returns 1->2->2->3->4->6->7 public LinkedList merge(LinkedList A, LinkedList B) { Node 1A = A.head; Node 1B = B.head; Node P1A = NULL; Node 2A = NULL; Node 2B = NULL; while ( 1A != NULL && 1B !=NULL){ 2A = 1A.next; 2B = 1B.next; if (1A.item >= 1B.item) { if (P1A != NULL) { P1A.next = 1B; } else if ( P1A == NULL){ P1A = 1B; } 1B.next = 1A; P1A = 1B; 1B = 2B; } else if ( 1A.item < 1B.item){ if ( 2A != NULL) { P1A = 1A; 1A = 1A.next; } else{ 1A.next = 1B; break; } } } return A; }


What was the 1977 New York Yankee Starting Lineup?

Below are the opening day line-ups for The New York Yankees from 1960 -1969. For more information on line-ups, box scores, Schedules and more for other games visit the Baseball Almanac link below. (Related Links) The 1960 Opening Day Starting Line-up # Maris rf # Richardson 2b # McDougald 3b # Lopez lf # Mantle cf # Skowron 1b # Howard c # Kubek ss # Coates pThe 1961 Opening Day Starting Line-up # Richardson 2b # Lopez lf # Berra c # Mantle cf # Maris rf # Skowron 1b # Kubek ss # Boyer 3b # Ford p The 1962 Opening Day Starting Line-up # Richardson 2b # Tresh ss # Maris rf # Mantle cf # Howard c # Skowron 1b # Lopez lf # Boyer 3b # Ford p The 1963 Opening Day Starting Line-up # Kubek ss # Richardson 2b # Tresh lf # Mantle cf # Pepitone 1b # Howard c # Lopez rf # Boyer 3b # Terry p The 1964 Opening Day Starting Line-up # Linz ss # Richardson 2b # Maris rf # Mantle cf # Tresh lf # Pepitone 1b # Howard c # Boyer 3b # Ford p The 1965 Opening Day Starting Line-up # Tresh cf # Richardson 2b # Maris rf # Mantle lf # Howard c # Pepitone 1b # Boyer 3b # Kubek ss # Bouton p The 1966 Opening Day Starting Line-up # Richardson 2b # Tresh lf # Maris rf # Mantle cf # Boyer 3b # Pepitone 1b # Howard c # Amaro ss # Ford p The 1967 Opening Day Starting Line-up # Tresh lf # Robinson rf # Mantle 1b # Pepitone cf # Howard c # Smith 3b # Clarke 2b # Kennedy ss # Stottlemyre p The 1968 Opening Day Starting Line-up # Clarke 2b # Ferraro 3b # Mantle 1b # Tresh lf # Robinson # Pepitone cf # Fernandez c # Michael ss # Stottlemyre p The 1969 Opening Day Starting Line-up # Clarke 2b # Kenney cf # Murcer 3b # White lf # Pepitone 1b # Tresh ss # Robinson rf # Gibbs c # Stottlemyre p