answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: One necktie uses thirty inches length of fabric. How many feet of fabric are needed to make 6 neckties?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many meters of fabric for curtains 72 inches x 60 inches?

The amount of fabric required is 72 in x 60 in = 4320 square inches. This is approximately 2.79 square metres NOT METRES. The length of fabric required will depend on the width in which the fabric is sold.


How do I write a program that inputs the length of two pieces of fabric in feet and inches (as whole numbers) and prints the total. Enter the Feet for the first piece of fabric 3 Enter the Inches for?

An example: Feet for first piece of fabric: 2 Inches for first piece of fabric: 7 Feet for 2nd piece of fabric: 2, Inches for 2nd piece of fabric: 6 I need the program to print: Feet: 5 Inches: 1


What is equivalent in linear yard of a fabric 54 wide 36 inches long?

It is simply the length of the fabric so 1 [linear] yard.


What length will fabric be from one yard?

The length will be one yard. The width will be the other dimension from woven/knit edge to woven/knit edge.


What is the name given to a roll of fabric of definite length?

A bolt of fabric is a quantity of fabric of definite length.


What does the 58slash60 mean on the width of fabric?

The 58/60 indicates the width in inches. Some fabrics are 44/45", also. These are the two most common widths you'll come across. The length of the fabric depends on how much you need/buy. If you use a pattern, the pattern will instruct you on how much (length) fabric to purchase depending on the width of fabric you choose.


How many yards for a 120 round tablecloth?

It depends on what units are used for the measure of 120. Is it 120 inches, 120 centimetres, etc. Second, in terms of purchasing a length of fabric, it also depends on the width of the fabric.


How many yard in 36 inches in fabric?

If the table is 36" round, I'm assuming you are talking about diameter. I would simply get the same length as the width of the fabric you want to use. Then the drape will be the same....


How big is a yard of fabric?

A yard of fabric is 36 inches long by whatever width the fabric is. Typically fabric widths are 36", 45" or 60". Designer fabrics used for making furniture is wider. A yard is a US measurement that would convert to 91.44 cm in the metric system.


How do I write a program that inputs the length of two pieces of fabric in feet and inches as whole numbers and prints the total?

#include <stdio.h> int main (void) { unsigned f1, i1, f2, i2; scanf ("Enter the 1st length in feet and inches: %u%u", f1, i1); scanf ("Enter the 2nd length in feet and inches: %u%u", f2, i2); unsigned inches = i1 + i2 + (12 * (f1 + f2)); // sum the inches (convert feet to inches) unsigned feet = inches / 12; // convert inches to feet inches %= 12; // determine the remaining inches printf ("The total length is %u feet %u inches.\n", feet, inches); return 0; }


A square piece of fabric has length of 3.2 of fabric find the area of the piece of fabric?

10.24 square units.


How long is a yard of fabric if it is 54 inches wide?

Unless I misunderstand the question, it is a yard (36 inches), which has nothing to do with its width. A yard of length is always 36", it has nothing to do with the width which could be from 42" to 60".