answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How do you Write a rule that relates the number of pulleys input force and output force?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you write an acrostic poem on the number four?

Choose a word that represents the number four, such as "quad" or "fourth," and write vertically down the page. Then, starting with each corresponding letter, create a line that describes or relates to the number four. Be creative and use words that symbolize the essence of the number in your lines.


How do you write conclusion on input and output device?

What is the Conclusion of input and output devices of computer?


How do you write a program with do while loop so that the output is 123456 equals 720?

How do you write a program with do while loop so that the output is 123456 =720


Write the 3 user defined exception in java?

1. Arithmetic Exception 2. Input Output Exception 3. Number Format Exception


Write java program to merge alternate lines from file1 and file2 into file1?

I suggest something like this:* Open file1 and file2 * Create a temporary output file, for writing * Read a line from file1, write it into the output file * Read a line from file2, write it into the output file * Repeat the previous two steps, while you are not at end-of-file in either of the two files * At this point, if you are NOT at end-of-file in file1, read the remaining lines of file1, and write them to the output (you can write a loop for this). * Similarly, if you are NOT at end-of-file in file2, read and write the remaining file. * Close file1, file2, and the output file. * Copy the temporary output file back to file1 * Erase the temporary output file


Is write a FORTRAN command?

Yes. The FORTRAN write command output's data to a file.


What method is used in JavaScript used to generate output?

If it's in a function, you can just write return "output"; There's also prompts and alerts alert("output"); prompt("output");


How do you write a C-program to convert an Octal number to a hexadecimal number?

try this i got output: int main(){ int o; scanf("%o",&o); printf("%x",o); getch(); }


CD-RW input or output device?

output device


How do you write your name alphanumerically?

I'm not certain what you mean by alphanumerically, or in what sense this relates to Japanese.


You want to write program comparing 1 is greater than less than or equal to 100?

This requires a number of conditional statements, with IF. The details vary from one language to another; the result should be similar to this: x = 1 y = 100 if x < y Output "The first number is greater" else if x > y Output "The second number is greater" else Output "Both numbers are equal" end if Individual commands and statements must be adapted to the specific language, for example, the "Output" statement.


Which method of object output streme class can be used to write the cotents of an object to a file?

write object