answersLogoWhite

0

42 * 60 = (40 + 2) * 60 = 40*60 + 2*60 = 2400 + 120 = 2520

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

How do you solve Euclidean algorithm?

GCF(437,1247) using Euclidean algorithm


Can you provide a solution to the diamond-square algorithm using Java and recursion?

Yes. It is possible to provide a solution to the diamond-square algorithm using Java and recursion.


All even numbers from 2-100 using algorithm?

102


Using the Euclid's algorithm find the multiplicative inverse of 1234 mod4321?

Using the extended Euclidean algorithm, find the multiplicative inverse of a) 1234 mod 4321


How do you find common dinomanater in fractions?

Using the Euclidean algorithm


Give you the algorithm of creating a new binary search tree using c?

i want to know how to give the algorithm password in a computer ?


What is the difference between implementation and algorithm?

An algorithm is a instruction for solving a problem. It is typically illustrated using prose, pseudo code or flowcharts, but other methods exist. The algorithm is the "here's how it's going to work" part of the solution. An implementation (of an algorithm) is a specific expression of this algorithm, using a specific programming language or any other suitable means. The implementation is the "here's how I've done it" part of the solution.


What is the time complexity of the algorithm for finding the shortest path in a graph using Dijkstra's algorithm?

The time complexity of Dijkstra's algorithm for finding the shortest path in a graph is O(V2) with a simple implementation using an adjacency matrix, or O((V E) log V) with a more efficient implementation using a priority queue.


How can I proof about correctness of Square-and-multiply algorithm?

Using loop invariant.


What is the time complexity of an algorithm that sorts an array of elements using a comparison-based sorting algorithm with a complexity of n log n?

The time complexity of sorting an array using a comparison-based sorting algorithm with a complexity of n log n is O(n log n).


Using the euclidean algorithm what is the greatest common denominator of 14565 and 10856?

1


Can you write an algorithm to find the greatest of three number using class?

Yes. But why?