- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Find the missing values:
Base | Height | Area of Triangle |
$15\ cm$ | $87\ cm^2$ | |
$31.4\ mm$ | $1256\ mm^2$ | |
$22\ cm$ | $170.5\ cm^2$ |
$(a)$. Area of the triangle $= 87\ cm^2$
Base $= 15\ cm$
Area of a triangle $= \frac{1}{2}\times Base\times Height$
$87\ cm^2 = \frac{1}{2}\times 15\ cm\times Height$
Height $= \frac{87\ cm^2\times 2}{15\ cm}$
Height $= \frac{174\ cm^2}{15\ cm}$
Height $= 11.6\ cm$
$(b)$. Area of the triangle $= 1256\ mm^2$
Height $= 31.4\ mm$
Area of triangle $= \frac{1}{2}\times Base× Height$
$1256\ mm^2 = \frac{1}{2}\times Base\times 31.4\ mm$
Base $= \frac{(2\times 1256\ mm^2)}{31.4\ mm}$
Base $=\frac{2512\ mm^2}{31.4\ mm}$
Base $= 80\ mm$
$(c)$. Area of the triangle $= 170.5\ cm^2$
Base $= 22\ cm$
Area of triangle $= \frac{1}{2}\times Base× Height$
$170.5\ cm^2 = \frac{1}{2}\times 22\ cm\times Height$
Height $= \frac{(2\times 170.5\ cm^2)}{22\ cm}$
Height $= \frac{341\ cm^2}{22\ cm}$
Height $= 15.5\ cm$
- Related Articles
- How to find the length of columns for missing values in R?
- How to find the sum of every n values if missing values exists in the R data frame?
- How to find the percentage of missing values in an R data frame?
- How to find the number of unique values in a vector by excluding missing values in R?
- Find the frequency of unique values and missing values for each column in an R data frame.
- Python program to find missing and additional values in two lists?
- Java program to find missing and additional values in two lists
- How to create the plot of a vector that contains missing values by adding the missing values in base R?
- How to find the sum of values based on two groups if missing values are present in R?
- Python - Remove the missing (NaN) values in the DataFrame
- How to find the number of groupwise missing values in an R data frame?
- How to convert a column with missing values to binary with 0 for missing values in R?
- How to find the sum of non-missing values in an R data frame column?
- Find the number of non-missing values in each group of an R data frame.
- Python Pandas - Fill missing columns values (NaN) with constant values

Advertisements