# Nakafa Framework: LLM
URL: https://nakafa.com/en/exercises/high-school/snbt/quantitative-knowledge/try-out/set-9/18
Exercises: Try Out - Set 9: Real exam simulation to sharpen your skills and build confidence. - Question 18
---
## Exercise 18
### Question
export const metadata = {
title: "Question 18",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/26/2025",
};
A rectangular prism has a volume of , length , and width . What is the height of the rectangular prism?
### Choices
- [ ] $$1$$
- [x] $$2$$
- [ ] $$3$$
- [ ] $$4$$
- [ ] $$5$$
### Answer & Explanation
export const metadata = {
title: "Solution 18",
authors: [{ name: "Nabil Akbarazzima Fatih" }],
date: "12/26/2025",
};
Given the volume of the rectangular prism is , the length is , and the width is .
The formula for the volume of a rectangular prism is:
We substitute the known values into the formula:
Next, we solve for :
So, the height of the rectangular prism is .
---