Answer:- 27:64
Solution-
We know the formula of the volume of chune of length a is V=a×a×a
So, volume of the cube of length 3cm is
V1=3×3×3 cubic cm
V1=27 cubic cm ................1
And volume of the cube of length 4cm is
V2= 4×4×4 cubic cm
V2=64 cubic cm .........2
On dividing equation 1 by 2, we get the respective volume ratio as

Hence, the required answer is 27:64
Two cubes have sides of lengths 3 cm and 4 cm. What is the ratio of...
***IN PYTHON: Scalene triangle: All sides have different lengths Isosceles triangle: Two sides have the same length Equilateral triangle: All sides are equal Write a program to ask for the length of 3 sides a, b and c. Ask for three sides at a time Determine the type of triangle given three sides Handle all kinds of errors - 1. not integers, int() conversion fails 2. not enough args, 3. too many arguments HINT: use the len() function to check...
In the shown rectangle, the sides have lengths 5 cm and 15 cm, 91 =-5 PC and q2 = +2 pc. With V = 0 at infinity. How much work (in Joule) is required by an External agent to move a third charge q3 = +3 PC from B to A along a diagonal of the rectangle Answer:
In the rectangle of the figure the sides have lengths 6.09 cm
and 17.2 cm, q1 = -5.21 μC, and
q2 = +2.35 μC. With V=0 at infinity, what is
the electric potential at (a) corner A and
(b) corner B? (c) How much work
is
required to move a charge q3= +2.99 μC from B to A along a diagonal
of the rectangle? (d) Does this work increase or
decrease the electric potential energy of the three-charge system?
Is...
Calculate the surface-to volume ratio ( in cm^2 of surface/cm^3 of volume) for 1L cube when a) the cube is in one piece b) the cube is cut into cubes of 10 nm sides
14.) If two sides of a general triangle have lengths 22 in and 60 in and the third side must be a whole number of inches: (a) What is the longest possible length of the third side? (b) What is the shortest possible length of the third side?
A cube of an unknown substance has sides with lengths that are 5 cm. The cube has a mass of 500 g. What is the density of the unknown substance?
An urn contains 5 red cubes, and 4 blue cubes. If we draw 3 cubes what is the probability we draw exactly 2 red cubes?
A parallelogram has sides of lengths 6 and 4, and one angle is 43°. What is the length of the smaller diagonal? What is the length of the longer diagonal?
Exam 3 Fall 2003 2.(20 points) The lengths X and Y of two sides of a rectangle are chosen indepen- dently, with X having uniform distribution on (0, 2) and Y having distribution with the density function fy(y) = 4y3 if 0<ysi, = 0 otherwise . What is the expected value of the area of the rectangle?
MIPS -
Takes two inputs from the user, which are the lengths of two
sides of a polygon. It adds those two lengths and prints the sum.
Your task is modify the program to make it specific to a triangle,
and to print the perimeter of that triangle.
See blue highlighted.
preamble: prompt1: prompt2: answer: endline: .data ascii .asciiz asciiz .asciiz asciiz .asciiz "\nThis program, written by <YOUR NAME>," " can be used to add the length of two sides...