Math, asked by manojrana2560, 8 months ago

Activity
How many
minimum currency note of rs.100,rs.10 and rs.1, we required to make rs. 749?​

Answers

Answered by 12saanvi
1

Answer:

7 rs.100 notes

4 rs.10 notes,9 rs.1

Step-by-step explanation:

if this a question in java programming, you can divide 700,49 and 9 by 100,10,1 respectively and store their quotient in an integer value because if you write:

int a=749/100

the  o/t will be 7 because the int data type does not take the decimal part

Answered by anushkapillai93
2

Answer:

Rs.100 - 7notes

Rs.10 - 4notes

Rs.1 - 9notes

Step-by-step explanation:

100×7=700

10×4=40

1×9=9

=700+40+9

=749

Similar questions