If the length of a rectangle is increased by 30% and the
width is
decreased by 20%, then the area is increased by...
Answer Posted / nag
ans:4%
suppose the length of the rectangle is :100
the breadth of the rectangle is :100
actual length is 30% increased=100+30
=130
actual breadth is 20% decreased=100-20
=80
area of rectangle is =(130*80)/100
=4%
| Is This Answer Correct ? | 80 Yes | 22 No |
Post New Answer View All Answers
How many of 14 digit numbers we can make with 1,2,3,4,5 that are divisible by 4. Repetitions allowed.
What is W-model in Software Engineering?
Suppose you want to form a conceptual model of UML.What elements would you require for this purpose?
explain overloaded constrator © constractor
if u r using bugzilla then it generates automatic bugids,while testing uhave got a bug then bug is represented through a bug id say bug1, then bug is assigned to developer he fixes a bug ,say the bug is fixed no error is got later after few regression cycles u have got the same bug but the bug is represented by diff id say bug2,tell me how do i come to know that it is the same bug that had occured previously but now it is represented by diff id
A code which had some declarations of some data items. There were a couple of normal data items(char,int..) and some pointers as well and a malloc call. You have to find the total memory taken up in the stack(Hint:Pointers and all are allocated in heap, not in stack, so dont count them).Also in most of these questions, they were specifying that the OS was 32 bit
100 computers ip how to calculate
explain different access specifiers in class
Draw a pipeline configuration to carryout the following operations on the arrays of data represented by A, B, C, D, E and F. (A i represents the i th element of the array). (Ai × Bi + Ci × Di ) (Ei × Fi ) Show the content of the pipline for i = 1 to 5
hi friends i am b-tech in computer science having interview of State bank of india clerk day on 30 th april. I want to know the answer of question:"you r B.tech in C.S. why do u want to become a bank clerk?" please help.Its my humble request.
plz explain abt refrigeration r22 bitzer comprassors trouble shooting and maintenance
There are n points and each point enclose with x and y axis form a rectangle and find the point using a program which forms the smallest rectangle?
can oracle driver be directly connected with odbc driver??
i made lan connections ,then how can i establish the network....with that connections only is the network is established ...tell me the procedure for giving the lan connection for some(10) pc's?
in single linked list , each node contains data and address of next node. if middle of list the node is damaged/crashed then how to find where the link is failed and how to get the all the data which is stored after the crashed node?