answersLogoWhite

0


Best Answer

A Primitive cubic cell is 2 half length atoms long. Since the radius is half of the diameter of an atom: 362/2=181 pm

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Gallium crystallizes in a primitive cubic unit cell The length of an edge of this cube is 362 pm What is the radius of a gallium atom?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Gallium crystallizes in a primitive cubic unit cell The length of an edge of this cube is 362 rm pm What is the radius of a gallium atom?

181


What is Primitive unit of length equivalent to a span of the forearm?

Cubit is the Primitive unit of length equivalent to a span of the forearm.


What is a primitive unit of length equivalent to a span of the forearm?

cubic


Why use length function to find length of primitive data type array object?

There is no length function in C. You may have thought of sizeof or strlen. Perhaps.


What is premitive unit of measure?

An example of a primitive unit of measure is the length of a body part.


Silver crystallizes in a face-centered cubic arrangement a silver atomis at the edge of each lattice point the length of the edge of the unit cell is 0.4086nm what is the atomic radius of silver?

0.1445 nm


What is primitive of square with diagonal of 18?

Suppose the side of the square is s, then length of diagonal = s*sqrt(2) s*sqrt(2) = 18 so s = 18/sqrt(2) = 12.7 units.


Data types in c primitive and non primitive?

Primitive types are the data types provided by a programming language as basic building blocks. Primitive types are also known as built-in types or basic types. Depending on the language and its implementation, primitive types may or may not have a one-to-one correspondence with objects in the computer's memory. However, one usually expects operations on primitive types to be the fastest language constructs there are. Integer addition, for example, can be performed as a single machine instruction


How CAN YOU identify a vintage electric lamp?

typically their electrode holders are made of silver rather than silver plated copper all use dc power the older ones have a solenoid and ratchet to maintain arc length the newer ones have small gear motors to adjust the length and on larger sizes will rotate the electrodes so the carbons wear evenly. lime lights replaced the mantels in gas lamps and the lime is thorium free arc lamps replaced lime lights thorium free too incandescent lamps have Thorium alloyed with the tungsten to raise the melting point to above 6500K or so they operate at. so we are completing the cycle and going back to more hazardous material as technology worsens (progresses) leds use gallium and arsenic perhaps better than thorium but still...


Why array is a primitive data structure?

An array is a primitive data structure because all elements are stored in contiguous memory. Unlike complex structures like lists and trees, elements are not stored in nodes that provide structural information. Structure is created from the elements themselves, insofar as each element is exactly the same length (in bytes) thus it is trivial to access an element in constant time from its zero-based index alone.


What does straight mean in mathematical terms?

By definition, a straight line is the set of all points between and extending beyond two points. In most geometries, a line is a primitive object that does not have formal properties beyond length, its single dimension. The two properties of straight lines in Euclidean geometry are that they have only one dimension, length, and they extend in two directions forever.


What are primitive data type?

In a computer language, Primitive data types are the fundamental or built-in data types the language will manipulate without a subroutine call, type modifier, or object. For example, in C they are: int, char, float, and double. In Java they are: byte, short, int, long, float, double, Boolean, and char. Below the language level, Primitive data types are that which are supported or implemented directly in hardware or through microcode. For example, some computers directly handle strings with length up to the database record capacity through microcode. These Primitive types can be combined with type modifiers for Int (short, long), pointers, arrays, structs, and unions into many different "complex" data types handled by the programming language.