Answer:
84/90
Step-by-step explanation:
Let 0.9333....... be x.
10x = 9.3333....... & 100x = 93.33333.......
So,
=> 100x - 10x = 93.33333...... - 9.333333.....
=> 90x = 84
=> x = 84/90
<span>3.4 = –13.6 + (–3.4c) + 1.7c
</span><span>3.4 = –13.6 –3.4c + 1.7c
17 = -1.7c
c = -10</span>
<h3>
Answer: Choice C</h3>
The surface area of the pyramid is multiplied by 100.
======================================================
Explanation:
Consider a square that is 3 by 3. Its area is 3*3 = 9.
Then we'll multiply each dimension by 10 to get a 30 by 30 square. The new larger area is 30*30 = 900. The jump from the old area (9) to the new area (900) is "times 100". We can write 100 as 10^2, where the base of that exponential is the scale factor 10.
This idea can apply to any surface area and not just squares. This is why the surface area of the enlarged pyramid is 100 times that of the original pyramid.
new surface area = 100*(old surface area)
Modelling can be done by Graph Data Modelling
Step-by-step explanation:
1.Graph data modeling is the process in which a user describes an arbitrary domain as a connected graph of nodes and relationships with properties and labels.
2.The following tasks are performed in an iterative manner:
Identify entity types.
Identify attributes.
Apply naming conventions.
Identify relationships.
Apply data model patterns.
Assign keys.
Normalize to reduce data redundancy.
Denormalize to improve performance.
3.One such approach is the property graph model, where data is organized as nodes, relationships, and properties (data stored on the nodes or relationships). ... Nodes are the entities in the graph. They can hold any number of attributes (key-value pairs) called properties